forked from Wavyzz/dolibarr
Reverse const STOCK_ALLOW_NEGATIVE_TRANSFER to STOCK_DISALLOW_NEGATIVE_TRANSFER (#33444)
This commit is contained in:
committed by
GitHub
parent
ef11cdeb45
commit
d93e8e2978
@@ -78,7 +78,7 @@ class modStock extends DolibarrModules
|
||||
$this->const = array();
|
||||
$r = 0;
|
||||
|
||||
$this->const[$r] = array('STOCK_ALLOW_NEGATIVE_TRANSFER', 'chaine', '1', '', 1);
|
||||
$this->const[$r] = array('STOCK_DISALLOW_NEGATIVE_TRANSFER', 'chaine', '1', '', 0);
|
||||
|
||||
$r++;
|
||||
$this->const[$r][0] = "STOCK_ADDON_PDF";
|
||||
|
||||
Reference in New Issue
Block a user