This commit is contained in:
Frédéric FRANCE 2014-11-23 17:42:06 +01:00
parent 652b0f84a7
commit 326e009cad

View File

@ -76,7 +76,7 @@ if ($action == 'update')
if (empty($amount))
{
$setEventMessage($langs->trans("ErrorFieldRequired",$langs->trans("Amount")), 'errors');
setEventMessage($langs->trans("ErrorFieldRequired",$langs->trans("Amount")), 'errors');
$action = "create";
$error++;
}