Modif des conditions d'emissions de paiement
This commit is contained in:
parent
142f1ecddc
commit
bc39cdb9eb
@ -1165,7 +1165,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Emettre paiement
|
// Emettre paiement
|
||||||
if ($fac->statut == 1 && price($resteapayer) > 0 && $user->rights->facture->paiement)
|
if ($fac->statut == 1 && $user->rights->facture->paiement)
|
||||||
{
|
{
|
||||||
print "<a class=\"tabAction\" href=\"paiement.php?facid=".$fac->id."&action=create\">".$langs->trans("DoPaiement")."</a>";
|
print "<a class=\"tabAction\" href=\"paiement.php?facid=".$fac->id."&action=create\">".$langs->trans("DoPaiement")."</a>";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user