Fix size of box

This commit is contained in:
Laurent Destailleur 2019-05-10 14:22:07 +02:00
parent 71ba368d57
commit 0e7be8365c

View File

@ -1370,7 +1370,7 @@ else
print "\n";
print '<script language="JavaScript" type="text/javascript">';
print "function CheckVAT(a) {\n";
print "newpopup('".DOL_URL_ROOT."/societe/checkvat/checkVatPopup.php?vatNumber='+a,'".dol_escape_js($langs->trans("VATIntraCheckableOnEUSite"))."',500,300);\n";
print "newpopup('".DOL_URL_ROOT."/societe/checkvat/checkVatPopup.php?vatNumber='+a,'".dol_escape_js($langs->trans("VATIntraCheckableOnEUSite"))."',520,340);\n";
print "}\n";
print '</script>';
print "\n";