fixed bug showing null instead id

This commit is contained in:
Gerard 2019-01-14 13:40:39 +01:00
parent 24837b231f
commit 35e237fb4f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<span
ng-class="{'link pointer':expedition.itemFk}"
ng-click="$ctrl.showDescriptor($event, expedition.itemFk)">
{{("000000"+expedition.itemFk).slice(-6)}}
{{expedition.itemFk | zeroFill:6}}
</span>
</vn-td>
<vn-td>{{::expedition.namePackage}}</vn-td>