Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-22 15:23:37 +00:00
parent 4505ba0fc8
commit ed923253bd

View File

@ -723,8 +723,7 @@ if (!empty($conf->categorie->enabled) && $user->rights->categorie->lire) {
$moreforfilter .= '</div>';
}
if (!empty($conf->fournisseur->enabled) && (empty($type) || $type == 'f'))
{
if (!empty($conf->fournisseur->enabled) && (empty($type) || $type == 'f')) {
$moreforfilter .= '<div class="divsearchfield">';
$tmptitle = $langs->trans('SuppliersCategoriesShort');
$moreforfilter .= img_picto($tmptitle, 'category', 'class="pictofixedwidth"');