This commit is contained in:
ldestailleur
2025-06-18 15:59:28 +02:00
parent e036520cb0
commit 06a5b4947d
5 changed files with 8 additions and 53 deletions

View File

@@ -268,11 +268,11 @@ class Commande extends CommonOrder
/**
* @var string key of module source when order generated from a dedicated module ('cashdesk', 'takepos', ...)
* @var ?string key of module source when order generated from a dedicated module ('cashdesk', 'takepos', ...)
*/
public $module_source;
/**
* @var string key of pos source ('0', '1', ...)
* @var ?string key of pos source ('0', '1', ...)
*/
public $pos_source;