Fixed saving termination on new

This commit is contained in:
Frank Schubert
2021-08-03 20:50:52 +02:00
parent 2619183304
commit 33d8e2da0e
3 changed files with 9 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
class OrderProductModel {
public $order_id;
public $product_id;
public $termination_id;
public $amount;
public $pos;
public $description;