Merge pull request #1663 from grandoc/develop
Fix num paiement was not displayed
This commit is contained in:
commit
7a70f8b513
@ -103,7 +103,7 @@ if ($action == 'confirm_valide' && $confirm == 'yes' && $user->rights->fournisse
|
||||
}
|
||||
}
|
||||
|
||||
if ($action == 'setnum' && ! empty($_POST['num_paiement']))
|
||||
if ($action == 'setnum_paiement' && ! empty($_POST['num_paiement']))
|
||||
{
|
||||
$object->fetch($id);
|
||||
$res = $object->update_num($_POST['num_paiement']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user