Skip to content
Snippets Groups Projects
Commit bf738cb9 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: double print

parent 3318a0ac
No related branches found
No related tags found
No related merge requests found
......@@ -1541,7 +1541,7 @@ else
print '</script>';
print "\n";
$s.='<a href="#" onclick="javascript: CheckVAT(document.formsoc.tva_intra.value);">'.$langs->trans("VATIntraCheck").'</a>';
print $form->textwithpicto($s,$langs->trans("VATIntraCheckDesc",$langs->trans("VATIntraCheck")),1);
$s = $form->textwithpicto($s,$langs->trans("VATIntraCheckDesc",$langs->trans("VATIntraCheck")),1);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment