chore: adapt filter signature to frappe/frappe#28218 (#44553)

This commit is contained in:
David Arnold
2024-12-05 12:32:32 +01:00
committed by GitHub
parent 1571dff3ef
commit 30c3892f9d
20 changed files with 40 additions and 40 deletions

View File

@@ -4,13 +4,13 @@
"doctype": "Number Card",
"document_type": "Asset",
"dynamic_filters_json": "[[\"Asset\",\"company\",\"=\",\"frappe.defaults.get_user_default(\\\"Company\\\")\"]]",
"filters_json": "[[\"Asset\",\"creation\",\"Timespan\",\"this year\",false]]",
"filters_json": "[[\"Asset\",\"creation\",\"Timespan\",\"this year\"]]",
"function": "Count",
"idx": 0,
"is_public": 1,
"is_standard": 1,
"label": "New Assets (This Year)",
"modified": "2020-07-23 13:45:20.418766",
"modified": "2024-12-05 12:00:00.000000",
"modified_by": "Administrator",
"module": "Assets",
"name": "New Assets (This Year)",