Browse Source

add space

De Coninck Laurent 8 năm trước cách đây
mục cha
commit
8be9679f84
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      htdocs/expensereport/card.php

+ 1 - 1
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');