Skip to content

Commit

Permalink
bug: fix Date format of invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Jun 24, 2021
1 parent 3ee0ae2 commit 9eccda3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
type="radio"
ng-click="$ctrl.findDetailInvoice(invoice)"
name="invoice">
<span><strong>{{ invoice.reference }}: {{ invoice.debit | currency: $ctrl.enterprise.currency_id }}</strong> - ({{ invoice.date | date:'dd/mm/yyyy, hh:mm' }})</span>
<span><strong>{{ invoice.reference }}: {{ invoice.debit | currency: $ctrl.enterprise.currency_id }}</strong> - ({{ invoice.date | date:'dd/MM/yyyy, hh:mm' }})</span>
</label>
</div>
</div>
Expand Down

0 comments on commit 9eccda3

Please sign in to comment.