Merge pull request #2083 from frederic34/patch-2

Fix Typo
This commit is contained in:
Laurent Destailleur 2014-11-23 17:47:43 +01:00
commit 3f655154c5

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++;
}