Skip to content
Snippets Groups Projects
Commit 11cb23f4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #1662 from grandoc/3.5

Fix : num paiement was not displayed
parents 0c5c1cf8 d508c076
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,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']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment