Modif possibilit de changer la remise
This commit is contained in:
parent
88072b16bd
commit
464b796686
@ -1109,7 +1109,7 @@ if ($_GET["action"] == '')
|
||||
print "<a class=\"tabAction\" href=\"fiche.php?action=contact&id=$ligne->id\">".$langs->trans("Contact")."</a>";
|
||||
}
|
||||
|
||||
if ( $user->rights->telephonie->ligne_activer && $ligne->statut < 4)
|
||||
if ( $ligne->statut < 4)
|
||||
{
|
||||
print "<a class=\"tabAction\" href=\"fiche.php?action=editremise&id=$ligne->id\">".$langs->trans("Changer la remise")."</a>";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user