From de42c0db22eaa3a08000fdc849885f83a5c2b6d8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 13 May 2008 23:35:12 +0000 Subject: [PATCH] Allow NAF code on 5 chars. --- htdocs/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 02a9328597c..0eceb060d9a 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -492,7 +492,7 @@ if ($_POST["getcustomercode"] || $_POST["getsuppliercode"] || { $maxlength1=9; $maxlength2=14; - $maxlength3=4; + $maxlength3=5; $maxlength4=12; }