Update viewcat.php (#31849)

* Update viewcat.php

* Update viewcat.php
This commit is contained in:
Nicolas SILOBRE 2024-11-16 10:58:48 +01:00 committed by GitHub
parent 5f5fc076b5
commit 31926333e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -634,7 +634,7 @@ if ($type == Categorie::TYPE_CUSTOMER) {
print '<table class="noborder centpercent">';
print '<tr class="liste_titre"><td>';
print $langs->trans("AddCustomerIntoCategory").' &nbsp;';
$filter = '(s.client:IN:1,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>';