Skip to content

Commit

Permalink
fix sql
Browse files Browse the repository at this point in the history
  • Loading branch information
imerabishvili committed Apr 8, 2024
1 parent f719265 commit 1fe661b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ CREATE OR REPLACE FUNCTION ${myuniversity}_${mymodule}.budget_encumbrances_rollo
'fundTypeName', fund_type->'name',
'acqUnitIds', fund->'acqUnitIds',
'donorOrganizationIds', fund->'donorOrganizationIds',
'locationIds', fund->'locationIds',
'locations', fund->'locations',
'allocatedFromIds', fund->'allocatedFromIds',
'allocatedFromNames', allocatedFromNames,
'allocatedToIds', fund->'allocatedToIds',
Expand Down

0 comments on commit 1fe661b

Please sign in to comment.