arreglado bug no mostraba las facturas

This commit is contained in:
gerard 2018-05-22 15:03:31 +02:00
parent cb85679f89
commit 1e4cafa73d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<vn-horizontal
class="list list-element"
pad-small-bottom
ng-repeat="invoice in index.model.instances track by greuge.id">
ng-repeat="invoice in index.model.instances track by invoice.id">
<vn-one>{{::invoice.ref}}</vn-one>
<vn-one>{{::invoice.issued | date:'dd/MM/yyyy' }}</vn-one>
<vn-one>{{::invoice.dued | date:'dd/MM/yyyy' }}</vn-one>