BUG FIX attribute commande_id wasn't declared on class Delivery

This commit is contained in:
Faustin 2022-06-17 07:53:07 +02:00
parent 2033b75c33
commit 14c932e06b

View File

@ -106,6 +106,8 @@ class Delivery extends CommonObject
*/
public $model_pdf;
public $commande_id;
public $lines = array();