forked from Wavyzz/dolibarr
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -447,19 +447,19 @@ abstract class CommonObject
|
||||
public $barcode_type_coder;
|
||||
|
||||
/**
|
||||
* @var int Payment method ID (cheque, cash, ...)
|
||||
* @var ?int Payment method ID (cheque, cash, ...)
|
||||
* @see setPaymentMethods()
|
||||
*/
|
||||
public $mode_reglement_id;
|
||||
|
||||
/**
|
||||
* @var int Payment terms ID
|
||||
* @var ?int Payment terms ID
|
||||
* @see setPaymentTerms()
|
||||
*/
|
||||
public $cond_reglement_id;
|
||||
|
||||
/**
|
||||
* @var int Demand reason ID
|
||||
* @var ?int Demand reason ID
|
||||
*/
|
||||
public $demand_reason_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user