mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Typo fix
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
+1
-1
@@ -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}]">
|
||||
|
||||
Reference in New Issue
Block a user