Skip to content

Conversation

@ns-info90
Copy link
Contributor

@ns-info90 ns-info90 commented Nov 15, 2024

Fix #31527

print '<tr class="liste_titre"><td>';
print $langs->trans("AddCustomerIntoCategory").' &nbsp;';
$filter = '(s.client:IN:1,3)';
$filter = '(s.client:IN:1,3) OR (s.client:IN:2,3)';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not
$filter = '(s.client:IN:1,2,3)';

@eldy eldy added the Discussion Some questions or discussions are opened and wait answers of author or other people to be processed label Nov 15, 2024
@eldy eldy merged commit 3192633 into Dolibarr:develop Nov 16, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Discussion Some questions or discussions are opened and wait answers of author or other people to be processed Event: Devcamp 2024 Nancy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

impossible to apply a tag to a prospect (from the page dedicated to a prospect/client tag)

3 participants