Skip to content

Commit

Permalink
change project invoice to project estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Nov 27, 2023
1 parent 989609b commit 6d8afcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h3 class="card-title">
<div class="html2pdf__page-break"></div>
<div class="card mb-3">
<div class="card-header">
<h3 class="d-inline"><i class="fas fa-file-invoice-dollar" aria-hidden="true"></i> Project Invoice</h3>
<h3 class="d-inline"><i class="fas fa-file-invoice-dollar" aria-hidden="true"></i> Project Estimate</h3>
<span class="badge badge-secondary">{{allocations.count}}</span>
<div class="float-right">
{% if project.status.name != 'Archived' and is_allowed_to_update_project %}
Expand Down

0 comments on commit 6d8afcc

Please sign in to comment.