From 8be9679f84bb17843d1f2ed12abb2b4c99b5e437 Mon Sep 17 00:00:00 2001 From: De Coninck Laurent Date: Fri, 24 Feb 2017 12:31:14 +0100 Subject: [PATCH] add space --- htdocs/expensereport/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php index 1765303f27a..6155aa31b68 100644 --- a/htdocs/expensereport/card.php +++ b/htdocs/expensereport/card.php @@ -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');