fix: Update Mapping
This commit is contained in:
parent
6cf1f0c479
commit
433c1f131f
1 changed files with 4 additions and 1 deletions
|
|
@ -178,7 +178,10 @@ frappe.ui.form.ControlLink = frappe.ui.form.ControlData.extend({
|
|||
'=': 'as',
|
||||
'!=': 'not equal to',
|
||||
'in': 'in',
|
||||
'not in': 'not in'
|
||||
'not in': 'not in',
|
||||
'like': 'like',
|
||||
'not like': 'not like',
|
||||
'Between': 'Between'
|
||||
};
|
||||
|
||||
filters.forEach((filter) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue