Ver código fonte

Fixing style errors.

stickler-ci 3 anos atrás
pai
commit
8b5c4b02c1
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      htdocs/admin/dict.php

+ 0 - 1
htdocs/admin/dict.php

@@ -709,7 +709,6 @@ if (empty($reshook)) {
 		// Check that all mandatory fields are filled
 		$ok = 1;
 		foreach ($listfield as $f => $value) {
-
 			// Discard check of mandatory fields for country for some tables
 			if ($value == 'country_id' && in_array($tablib[$id], array('DictionaryPublicHolidays', 'DictionaryVAT', 'DictionaryRegion', 'DictionaryCompanyType', 'DictionaryHolidayTypes', 'DictionaryRevenueStamp', 'DictionaryAccountancysystem', 'DictionaryAccountancyCategory'))) {
 				continue; // For some pages, country is not mandatory