fix travel descritor
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
0a2366194a
commit
294021391d
|
@ -5,11 +5,11 @@
|
|||
<div class="attributes">
|
||||
<vn-label-value
|
||||
label="Wh. In"
|
||||
value="{{$ctrl.travel.warehouseOut.name}}">
|
||||
value="{{$ctrl.travel.warehouseIn.name}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value
|
||||
label="Wh. Out"
|
||||
value="{{$ctrl.travel.warehouseIn.name}}">
|
||||
value="{{$ctrl.travel.warehouseOut.name}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value
|
||||
label="Shipped"
|
||||
|
|
Loading…
Reference in New Issue