Skip to content

Commit

Permalink
Merge pull request #2207 from TEAMSchools/change_eoq_items_date
Browse files Browse the repository at this point in the history
changed end of quarter to -4
  • Loading branch information
anthonygwalters authored Nov 21, 2024
2 parents f283663 + 88c85fd commit 07bf81c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ with

if(
current_date('{{ var("local_timezone") }}')
between (f.quarter_end_date - 10) and (f.quarter_end_date + 14),
between (f.quarter_end_date - 4) and (f.quarter_end_date + 14),
true,
false
) as is_quarter_end_date_range,
Expand Down

0 comments on commit 07bf81c

Please sign in to comment.