We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba7871 commit 6570796Copy full SHA for 6570796
1 file changed
erpnext/public/js/financial_statements.js
@@ -422,16 +422,16 @@ function get_filters() {
422
label: __("Start Year"),
423
fieldtype: "Link",
424
options: "Fiscal Year",
425
- reqd: 1,
426
depends_on: "eval:doc.filter_based_on == 'Fiscal Year'",
+ mandatory_depends_on: "eval:doc.filter_based_on == 'Fiscal Year'",
427
},
428
{
429
fieldname: "to_fiscal_year",
430
label: __("End Year"),
431
432
433
434
435
436
437
fieldname: "periodicity",
0 commit comments