show warehouse reference to admin

This commit is contained in:
omair saleh
2022-01-21 19:09:02 +08:00
parent 950b3d168a
commit a36adc7ca5
3 changed files with 3 additions and 3 deletions
@@ -34,7 +34,7 @@
<div class="row m-b-5">
<div class="col">
<small class="fs-10 all-caps muted">Warehouse</small>
<h6 class="no-margin small">{{item.warehouse.name}} {{$store.getters.isAdmin ?? item.warehouse.reference}}</h6>
<h6 class="no-margin small">{{item.warehouse.name}} {{$store.getters.isAdmin ? item.warehouse.reference : ''}}</h6>
</div>
</div>
<div class="row m-b-5">