fix addons table migration

This commit is contained in:
omair saleh
2022-05-07 16:42:44 +08:00
parent 056342308e
commit a30421a3e9
@@ -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;