mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 06:21:28 +01:00
Debug v22
This commit is contained in:
@@ -1199,6 +1199,8 @@ function getOperatorsForFieldType(type, maybenull = 0) {
|
||||
function generateFilterString(column, operator, context, fieldType) {
|
||||
let filter = "";
|
||||
|
||||
console.log("generateFilterString column="+column+" operator="+operator+" context="+context+" fieldType="+fieldType);
|
||||
|
||||
switch (operator) {
|
||||
case "Contains":
|
||||
filter = column + " like \'%" + context + "%\'";
|
||||
|
||||
Reference in New Issue
Block a user