Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jan 19, 2025
1 parent dc739a6 commit abcc9cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ def convert_request_summary(row):
קישור לעמוד הפריט באתר מפתח התקציב.
''',
type='string',
default=lambda row: f'https://next.obudget.org/dashboards/budget-transfers/budget/{rpw["budget_code"]}/{row["year"]}'
default=lambda row: f'https://next.obudget.org/dashboards/budget-transfers/budget/{row["budget_code"]}/{row["year"]}'
),
dict(
name='year',
Expand Down

0 comments on commit abcc9cf

Please sign in to comment.