Fix Typo
This commit is contained in:
parent
652b0f84a7
commit
326e009cad
@ -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++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user