Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-jonathan committed Jul 1, 2024
1 parent aa1920c commit a2bf47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/societe/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
$search_vat = trim(GETPOST('search_vat', 'alpha'));
if (GETPOSTISARRAY('search_sale')) {
$search_sale = GETPOST('search_sale', 'array:int');
} else if (GETPOSTISSET('search_sale')) {
} elseif (GETPOSTISSET('search_sale')) {
$search_sale = array(GETPOSTINT('search_sale'));
}
$search_categ_cus = GETPOSTINT("search_categ_cus");
Expand Down

0 comments on commit a2bf47f

Please sign in to comment.