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

New: Add option MAIN_DISABLEVATCHECK to disable link to VAT check

parent aa4b3f07
Branches
No related tags found
No related merge requests found
...@@ -892,7 +892,7 @@ else ...@@ -892,7 +892,7 @@ else
print '</script>'; print '</script>';
print "\n"; print "\n";
$s.='<a href="#" onclick="javascript: CheckVAT(document.formsoc.tva_intra.value);">'.$langs->trans("VATIntraCheck").'</a>'; $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 else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment