Skip to content
Snippets Groups Projects
Commit bc39cdb9 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Modif des conditions d'emissions de paiement

parent 142f1ecd
No related branches found
No related tags found
No related merge requests found
......@@ -1165,7 +1165,7 @@ else
}
// 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."&amp;action=create\">".$langs->trans("DoPaiement")."</a>";
}
......
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