Contractqueue changes
This commit is contained in:
@@ -23,6 +23,7 @@ class ContractqueueModel {
|
||||
public $price_setup = null;
|
||||
public $price_nne = null;
|
||||
public $price_nbe = null;
|
||||
public $vatgroup_id = null;
|
||||
public $billing_delay = null;
|
||||
public $billing_period = null;
|
||||
public $order_date;
|
||||
@@ -100,6 +101,7 @@ class ContractqueueModel {
|
||||
$data["price_setup"] = $op->price_setup;
|
||||
$data["price_nne"] = $op->price_nne;
|
||||
$data["price_nbe"] = $op->price_nbe;
|
||||
$data["vatgroup_id"] = $op->product->vatgroup_id;
|
||||
$data["billing_delay"] = $op->billing_delay;
|
||||
$data["billing_period"] = $op->billing_period;
|
||||
$data["order_date"] = $order->order_date;
|
||||
|
||||
Reference in New Issue
Block a user