2
0
forked from Wavyzz/dolibarr

Reverse const STOCK_ALLOW_NEGATIVE_TRANSFER to STOCK_DISALLOW_NEGATIVE_TRANSFER (#33444)

This commit is contained in:
ThomasNgr-OpenDSI
2025-03-13 23:15:04 +01:00
committed by GitHub
parent ef11cdeb45
commit d93e8e2978
7 changed files with 26 additions and 21 deletions

View File

@@ -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";