Fix num paiement was not displayed

This commit is contained in:
philippe 2014-06-13 12:16:49 +02:00
parent 2edfcc2583
commit 18080deb93

View File

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