Allow NAF code on 5 chars.

This commit is contained in:
Laurent Destailleur 2008-05-13 23:35:12 +00:00
parent 23a920ad19
commit de42c0db22

View File

@ -492,7 +492,7 @@ if ($_POST["getcustomercode"] || $_POST["getsuppliercode"] ||
{ {
$maxlength1=9; $maxlength1=9;
$maxlength2=14; $maxlength2=14;
$maxlength3=4; $maxlength3=5;
$maxlength4=12; $maxlength4=12;
} }