Intrastat code on item summary #363

This commit is contained in:
Joan Sanchez 2018-06-21 09:11:25 +02:00
parent 00018ffda4
commit 57afcdf55e
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Select warehouse: Selecione almacén
Class: Clase
Item niches: Nichos del artículo
Item diary: Registro de compra-venta
Intrastat code: Código intrastat
Diary: Registro
Warehouse: Almacén
Code: Código

View File

@ -22,6 +22,9 @@
<vn-label-value label="Type"
value="{{$ctrl.item.itemType.name}}">
</vn-label-value>
<vn-label-value label="Intrastat code"
value="{{$ctrl.item.intrastat.id}}">
</vn-label-value>
<vn-label-value label="Intrastat"
value="{{$ctrl.item.intrastat.description}}">
</vn-label-value>