Skip to content

Commit

Permalink
Merge pull request #25747 from mc2contributor/removeDuplicate
Browse files Browse the repository at this point in the history
Remove duplicate code
  • Loading branch information
eldy authored Aug 31, 2023
2 parents aa3b042 + 3ac1a66 commit 7f59879
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions htdocs/fourn/facture/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -651,9 +651,6 @@
}
}
}
if ($search_status != '' && $search_status >= 0) {
$sql .= " AND f.fk_statut = ".((int) $search_status);
}
if ($filter && $filter != -1) {
$aFilter = explode(',', $filter);
foreach ($aFilter as $fil) {
Expand Down

0 comments on commit 7f59879

Please sign in to comment.