perbaikan product string 1 bugs
All checks were successful
All checks were successful
This commit is contained in:
@@ -98,6 +98,14 @@ public function dueCollect()
|
||||
'credit_limit' => 'double',
|
||||
'loyalty_points' => 'double',
|
||||
'opening_balance' => 'double',
|
||||
'total_sale_amount' => 'double',
|
||||
'total_sale_paid' => 'double',
|
||||
'total_sale_profit' => 'double',
|
||||
'total_sale_loss' => 'double',
|
||||
'total_purchase_amount' => 'double',
|
||||
'total_purchase_paid' => 'double',
|
||||
'sales_count' => 'integer',
|
||||
'purchases_count' => 'integer',
|
||||
'billing_address' => 'json',
|
||||
'shipping_address' => 'json',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user