Skip to content

Commit

Permalink
feat: set default year (LAN-117)
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Aug 22, 2023
1 parent 6e0edc7 commit 4892041
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function showCreateStockingTargetsDialog() {
fieldname: "year",
fieldtype: "Int",
reqd: 1,
default: landa.utils.get_default_year(),
description: __(
"Based on your selection, Stocking Targets are created accordingly for the specified year."
),
Expand Down

0 comments on commit 4892041

Please sign in to comment.