Skip to content
Snippets Groups Projects
Commit 074937ae authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Corrige validation tva

parent 0923b54d
No related branches found
No related tags found
No related merge requests found
......@@ -1169,7 +1169,7 @@ else
{
print '<div class="tabsAction">';
if (($contrat->statut == 0 || $conf->global->CONTRAT_EDITWHENVALIDATED) && $num)
if (($contrat->statut == 0 || $conf->global->CONTRAT_EDITWHENVALIDATED) && $nbofservices)
{
print '<a class="butAction" href="fiche.php?id='.$id.'&amp;action=valid">'.$langs->trans("Validate").'</a>';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment