2
0
forked from Wavyzz/dolibarr

Fix properties

This commit is contained in:
Laurent Destailleur
2021-01-12 10:34:15 +01:00
parent 0999bc74d2
commit bad4b14ba5
3 changed files with 6 additions and 9 deletions

View File

@@ -200,6 +200,8 @@ class Commande extends CommonOrder
public $special_code;
public $source; // Order mode. How we received order (by phone, by email, ...)
public $warehouse_id;
public $extraparams = array();
public $linked_objects = array();
@@ -231,11 +233,6 @@ class Commande extends CommonOrder
public $multicurrency_total_tva;
public $multicurrency_total_ttc;
/**
* @var Commande clone of order object
*/
public $oldcopy;
//! key of module source when order generated from a dedicated module ('cashdesk', 'takepos', ...)
public $module_source;
//! key of pos source ('0', '1', ...)