More changes to Billing and Invoice
This commit is contained in:
@@ -258,7 +258,7 @@ class ContractModel {
|
||||
$data = [];
|
||||
$data["orderproduct_id"] = null;
|
||||
$data["owner_id"] = $crediting_partner_id;
|
||||
$data["billingaddress_id"] = null;
|
||||
$data["billingaddress_id"] = $crediting_partner_id;
|
||||
$data["termination_id"] = null;
|
||||
$data["product_id"] = $contract->product_id;
|
||||
$data["product_name"] = $contract->product_name;
|
||||
|
||||
Reference in New Issue
Block a user