From 1fe661bdfe61275829e0346a5d6dca2097d16f4a Mon Sep 17 00:00:00 2001 From: Irakli Merabishvili Date: Mon, 8 Apr 2024 16:01:11 +0400 Subject: [PATCH] fix sql --- .../templates/db_scripts/budget_encumbrances_rollover.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/db_scripts/budget_encumbrances_rollover.sql b/src/main/resources/templates/db_scripts/budget_encumbrances_rollover.sql index c526b417..1ca7b9d2 100644 --- a/src/main/resources/templates/db_scripts/budget_encumbrances_rollover.sql +++ b/src/main/resources/templates/db_scripts/budget_encumbrances_rollover.sql @@ -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',