Fixed billing delay

This commit is contained in:
Frank Schubert
2021-11-16 19:12:50 +01:00
parent ae90a8a2c3
commit 619a924798
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ class ProductModel {
public $price_setup = null;
public $price_nne = null;
public $price_nbe = null;
public $billing_delay = null;
public $billing_period = null;
public $ivt_id = null;