Skip to content

Commit

Permalink
Add year to contract_data
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Aug 18, 2024
1 parent 0ea1aec commit 5045b40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ def debug_source(source, debug):
''',
sample_values=[2017, 2023, 2024],
type='integer',
default=lambda row: row.get('order_year'),
default=lambda row: row.get('year_requested'),
),
dict(
name='amount_approved',
Expand Down

0 comments on commit 5045b40

Please sign in to comment.