Skip to content

Commit

Permalink
avoid interpretation of fixed costs
Browse files Browse the repository at this point in the history
  • Loading branch information
kopsha committed Jan 11, 2023
1 parent 04881f8 commit 5648b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microinvoicer/templates/pdf_time_invoice_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h2>{{ invoice_title }}</h2>
<td class="unit"></td>
<td></td>
<td>{{ invoice_attached_cost }}</td>
<td></td>
<td>--</td>
</tr>
{% endif %}
<tr class="overline bold-text">
Expand Down

0 comments on commit 5648b7a

Please sign in to comment.