From 0b22ea96d795a97f613c88acd69778655221e299 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 31 Oct 2017 22:45:56 +0100 Subject: [PATCH] Change max article in STOCK INV --- include/constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index cfa21275e..0b097eb65 100644 --- a/include/constant.php +++ b/include/constant.php @@ -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);