New: Possibilit d'envoyer une facture qui a t paye (dans le cas de demande du client).
This commit is contained in:
parent
4ab9da65b4
commit
c8b6729c3e
@ -1053,9 +1053,9 @@ else
|
||||
}
|
||||
|
||||
// Envoyer
|
||||
if ($fac->statut == 1 && price($resteapayer) > 0 && $user->rights->facture->envoyer)
|
||||
if ($fac->statut == 1 && $user->rights->facture->envoyer)
|
||||
{
|
||||
print "<a class=\"tabAction\" href=\"$PHP_SELF?facid=$fac->id&action=presend\">Envoyer</a>";
|
||||
print "<a class=\"tabAction\" href=\"$PHP_SELF?facid=$fac->id&action=presend\">Envoyer</a>";
|
||||
}
|
||||
|
||||
// Envoyer une relance
|
||||
|
||||
Loading…
Reference in New Issue
Block a user