Can remove cheque receipts
This commit is contained in:
parent
10ec99bb4a
commit
b4f34aa195
@ -424,7 +424,7 @@ if ($user->societe_id == 0 && $remisecheque->statut == 0 && $_GET['action'] == '
|
|||||||
print '<a class="butAction" href="fiche.php?id='.$_GET['id'].'&action=valide">'.$langs->trans('Valid').'</a>';
|
print '<a class="butAction" href="fiche.php?id='.$_GET['id'].'&action=valide">'.$langs->trans('Valid').'</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($user->societe_id == 0 && $remisecheque->statut == 0 && $_GET['action'] == '')
|
if ($user->societe_id == 0 && $_GET['action'] == '')
|
||||||
{
|
{
|
||||||
print '<a class="butActionDelete" href="fiche.php?id='.$_GET['id'].'&action=delete">'.$langs->trans('Delete').'</a>';
|
print '<a class="butActionDelete" href="fiche.php?id='.$_GET['id'].'&action=delete">'.$langs->trans('Delete').'</a>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user