fix: Update Mapping

This commit is contained in:
deepeshgarg007 2019-06-17 13:16:20 +05:30
parent 6cf1f0c479
commit 433c1f131f

View file

@ -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) => {