fix: filter document field using date
This commit is contained in:
parent
8707fbf248
commit
56d1bf2732
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ frappe.ui.form.on("Audit Trail", {
|
|||
return {
|
||||
filters: {
|
||||
amended_from: ["!=", ""],
|
||||
creation: ["between", [frm.doc.start_date, frm.doc.end_date]],
|
||||
},
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue