add space

This commit is contained in:
De Coninck Laurent 2017-02-24 12:31:14 +01:00
parent 4fc0468356
commit 8be9679f84

View File

@ -1089,7 +1089,7 @@ if (empty($reshook))
setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Type")), null, 'errors');
$action='';
}
if ((int)$vatrate < 0 || $vatrate == '')
if ((int) $vatrate < 0 || $vatrate == '')
{
$error++;
setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Vat")), null, 'errors');