Merge pull request #21307 from fboitel/fboitel-dev-scrutinizer-019

BUG FIX attribute commande_id wasn't declared on class Delivery
This commit is contained in:
Laurent Destailleur 2022-06-17 12:21:49 +02:00 committed by GitHub
commit e75d0c671d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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