This commit is contained in:
Dillon Ngo
2023-11-04 17:12:42 +08:00
parent 48d0460eef
commit 8595d0987f
2 changed files with 2 additions and 2 deletions
@@ -12,5 +12,5 @@ final class TransactionDetailType {
public const CUSTOM_CHARGES = 'Custom charges';
public const STORAGE_FEE = 'Malaysia Warehoue Storage Fee';
public const STORAGE_FEE = 'Malaysia Warehouse Storage Fee';
}
@@ -9,7 +9,7 @@
<p >Warehouse Storage Fee (Days): {{ storage.numberOfDaysExceeded }} x 3 x {{ storage.cbm }}CBM</p>
</div>
<div class="col padding-20" v-show="item.type === 1 && item.status !== 3">
<p> Warehouese Storage Fee applies ten days after goods arrival in Malaysia.</p>
<p> Warehouse Storage Fee applies ten days after goods arrival in Malaysia.</p>
</div>
</div>
<div class="row" :class="[{'b-danger': item.status == 5 ||item.status == 6, 'b-a': item.status == 5||item.status == 6}]">