arreglado bug no mostraba las facturas
This commit is contained in:
parent
cb85679f89
commit
1e4cafa73d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue