Skip to content

Commit

Permalink
Merge pull request #695 from FHenry/3.2
Browse files Browse the repository at this point in the history
Fix [ bug #737 ]
  • Loading branch information
eldy committed Feb 26, 2013
2 parents 24b002f + d7485f5 commit 970b332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/paiement/fiche.php
Expand Up @@ -140,7 +140,7 @@
}
}

if ($action == 'setdate' && ! empty($_POST['datepday']))
if ($action == 'setdatep' && ! empty($_POST['datepday']))
{
$object->fetch($id);
$datepaye = dol_mktime(12, 0, 0, $_POST['datepmonth'], $_POST['datepday'], $_POST['datepyear']);
Expand Down

0 comments on commit 970b332

Please sign in to comment.