Skip to content

Commit

Permalink
Update viewcat.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-info90 committed Nov 15, 2024
1 parent dabea07 commit ec0dfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/categories/viewcat.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
print '<table class="noborder centpercent">';
print '<tr class="liste_titre"><td>';
print $langs->trans("AddCustomerIntoCategory").' &nbsp;';
$filter = '(s.client:IN:1,3) OR (s.client:IN:2,3)';
$filter = '(s.client:IN:1,2,3)';
print $form->select_company('', 'elemid', $filter);
print '<input type="submit" class="reposition button buttongen" name="addintocategory" value="'.$langs->trans("ClassifyInCategory").'"></td>';
print '</tr>';
Expand Down

0 comments on commit ec0dfe6

Please sign in to comment.