Added SLA to Products

This commit is contained in:
Frank Schubert
2021-07-05 18:43:03 +02:00
parent 4fae807663
commit 771c0f4bc2
12 changed files with 192 additions and 18 deletions

View File

@@ -3,6 +3,7 @@
class ProductModel {
public $name = null;
public $description = null;
public $sla_id = null;
public $external = null;
public $productgroup_id = null;
public $producttech_id = null;
@@ -10,6 +11,7 @@ class ProductModel {
public $price_nne = null;
public $price_nbe = null;
public $billing_period = null;
public $ivt_id = null;
public $note = null;
public $create_by = null;