ajout possibilite d'diter une commande valide
This commit is contained in:
parent
cf7268aeb5
commit
f29b664171
@ -1063,7 +1063,7 @@ else
|
||||
/*
|
||||
* Boutons actions
|
||||
*/
|
||||
if ($user->societe_id == 0 && $commande->statut < 3 && ($_GET['action'] == '' || $_GET['action'] == 'builddoc'))
|
||||
if ($user->societe_id == 0 && $commande->statut < 3 && ($_GET['action'] == '' || $_GET['action'] == 'builddoc' || $_GET['action'] == 'modif'))
|
||||
{
|
||||
print '<div class="tabsAction">';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user