Fix: Corrige validation tva
This commit is contained in:
parent
0923b54d00
commit
074937aeb7
@ -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.'&action=valid">'.$langs->trans("Validate").'</a>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user