Change max article in STOCK INV
This commit is contained in:
parent
7dfb391d9e
commit
0b22ea96d7
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ define ("DBVERSIONREPO",17);
|
|||
define ('NOTFOUND','--not found--');
|
||||
define ("MAX_COMPTE",4);
|
||||
define ('MAX_ARTICLE',5);
|
||||
define ('MAX_ARTICLE_STOCK',20);
|
||||
define ('MAX_ARTICLE_STOCK',10);
|
||||
define ('MAX_CAT',15);
|
||||
define ('MAX_CARD_SEARCH',550);
|
||||
define ('MAX_FORECAST_ITEM',10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue