Skip to content

Commit

Permalink
Merge pull request #1662 from grandoc/3.5
Browse files Browse the repository at this point in the history
Fix : num paiement was not displayed
  • Loading branch information
eldy committed Jun 14, 2014
2 parents 0c5c1cf + d508c07 commit 11cb23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/paiement/fiche.php
Expand Up @@ -101,7 +101,7 @@
}
}

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

0 comments on commit 11cb23f

Please sign in to comment.