Fix : num paiement was not displayed

This commit is contained in:
philippe 2014-06-13 12:10:26 +02:00
parent 1a9e53e21f
commit d508c076e8

View File

@ -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']);