mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix CI
This commit is contained in:
@@ -229,9 +229,9 @@ class Commande extends CommonOrder
|
||||
public $remise_percent;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
* @var ?int Order mode. How we received the sale order (by phone, by email, ...)
|
||||
*/
|
||||
public $source; // Order mode. How we received order (by phone, by email, ...)
|
||||
public $source;
|
||||
|
||||
/**
|
||||
* Status of the contract (0=NoSignature, 1=SignedBySender, 2=SignedByReceiver, 9=SignedByAll)
|
||||
|
||||
Reference in New Issue
Block a user