Unlimited stock code
Fix bug in STOCK_INV Set MAX_ARTICLE_STOCK Add button to add a row
This commit is contained in:
parent
5a86a7ce7d
commit
ef8f51eb8f
5 changed files with 61 additions and 11 deletions
|
|
@ -78,6 +78,7 @@ define ('NOTFOUND','--not found--');
|
|||
|
||||
define ("MAX_COMPTE",4);
|
||||
define ('MAX_ARTICLE',5);
|
||||
define ('MAX_ARTICLE_STOCK',20);
|
||||
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