Skip to content

Commit

Permalink
fix(receipts): remove ID confusing text
Browse files Browse the repository at this point in the history
This commit removes the text "ID" from the receipts.

Closes #51.
  • Loading branch information
Jonathan Niles authored and jniles committed Jan 6, 2017
1 parent 5f1c7a3 commit b23e9dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/controllers/finance/reports/cash/receipt.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{{/if}}
{{/with}}
</span> <br>
<strong>ID: {{payment.reference}}</strong> <br>
<strong>{{payment.reference}}</strong> <br>
<small>{{date payment.date}}</small> <br>
</h3>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

{{#if payment.is_caution}}
{{translate "CASH.CAUTION"}}

{{/if}}

<!-- if !payment.is_caution -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="col-xs-6 text-right">
<h3 style="margin: 0px;">
<span class="text-uppercase">{{translate 'FORM.LABELS.INVOICE'}}</span> <br>
<strong>ID: {{reference}}</strong> <br>
<strong>{{reference}}</strong> <br>
<small>{{date date}}</small> <br>
</h3>
</div>
Expand Down

0 comments on commit b23e9dc

Please sign in to comment.