unwanted property deleted

This commit is contained in:
Gerard 2019-01-23 08:37:52 +01:00
parent bb96577b7f
commit 9ebd7a2922
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
</vn-thead>
<vn-tbody>
<vn-tr ng-repeat="sale in $ctrl.salesToClaim" class="clickable" ng-click="$ctrl.addClaimedSale($index)">
<vn-td number>{{sale.saleFk}} {{$index}}</vn-td>
<vn-td number>{{sale.saleFk}}</vn-td>
<vn-td number>{{sale.landed | dateTime: 'dd/MM/yyyy'}}</vn-td>
<vn-td number>{{sale.quantity}}</vn-td>
<vn-td number>{{sale.concept}}</vn-td>