View Issue Details

IDProjectCategoryView StatusLast Update
0000197MOB-PROXERP Dolibarrpublic2025-12-20 11:27
Reporterjurij.acalinovic Assigned Tojurij.acalinovic  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version22.0.X.4 
Target Version22.0.X.4Fixed in Version22.0.X.4 
Summary0000197: Erreur sql sur modif fiche tier
Descriptionlors du clic sur bouton "MODIFIER" de la fiche tier :

Error in request SELECT code as rowid, libelle FROM llx_c_input_method WHERE Filter error - Bad syntax of the search string ORDER BY libelle ASC LIMIT 1000 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'error - Bad syntax of the search string ORDER BY libelle ASC LIMIT 1000' at line 1. Check setup of extra parameters.
Error in request SELECT code as rowid, libelle FROM llx_c_input_method WHERE Filter error - Bad syntax of the search string ORDER BY libelle You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'error - Bad syntax of the search string ORDER BY libelle' at line 1. Check setup of extra parameters.
Error in request SELECT code as rowid, libelle FROM llx_c_input_method WHERE Filter error - Bad syntax of the search string ORDER BY libelle You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'error - Bad syntax of the search string ORDER BY libelle' at line 1. Check setup of extra parameters.
TagsNo tags attached.

Activities

jurij.acalinovic

2025-12-20 11:27

administrator   ~0000056

c_input_method:libelle:code::code like 'ZO_%' AND active=1 devient c_input_method:libelle:code::(code:LIKE:ZO_%) AND (active:=:1)

pour les trois champs liste à partir d'une table

Issue History

Date Modified Username Field Change
2025-12-20 11:13 jurij.acalinovic New Issue
2025-12-20 11:13 jurij.acalinovic Status new => assigned
2025-12-20 11:13 jurij.acalinovic Assigned To => jurij.acalinovic
2025-12-20 11:27 jurij.acalinovic Status assigned => resolved
2025-12-20 11:27 jurij.acalinovic Resolution open => fixed
2025-12-20 11:27 jurij.acalinovic Fixed in Version => 22.0.X.4
2025-12-20 11:27 jurij.acalinovic Note Added: 0000056