Skip to content

Commit

Permalink
Merge pull request #76 from andrewdwallo/fix/fiscal-year-end-localiza…
Browse files Browse the repository at this point in the history
…tion

Fix #75
  • Loading branch information
andrewdwallo authored Nov 4, 2024
2 parents d7cb70d + 8c53851 commit 8166db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ protected function getFinancialAndFiscalSection(): Component
->softRequired()
->columnSpan(1)
->options(function (Get $get) {
$month = $get('fiscal_year_end_month');
$month = (int) $get('fiscal_year_end_month');

$daysInMonth = now()->month($month)->daysInMonth;

Expand Down

0 comments on commit 8166db5

Please sign in to comment.