mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-24 23:14:16 +00:00
fix addons table migration
This commit is contained in:
-1
@@ -115,7 +115,6 @@ class CreateShippingInvoiceTransactionLogic extends AbstractControllerLogic
|
||||
$state_select = '';
|
||||
|
||||
$base_price = $this->getConstantByKey($base_price_constant, date('Y-m-d'));
|
||||
dd($base_price);
|
||||
|
||||
$warehouseId = $order->orderRoles()->where('role_id', OrderRoleTypes::ORIGIN_WAREHOUSE)->first()->company_module_id;
|
||||
$warehouse_rate = $this->getConstantByKey($warehouse_rate_constant, $warehouseId)->amount;
|
||||
|
||||
Reference in New Issue
Block a user