From 891b50ff812be248be5b99de1103a02bc5389466 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 26 Apr 2021 12:40:48 +0000 Subject: [PATCH] Bug 28223: Add data elements to negative budgets To test: 1 - Have a parent fund and a child fund 2 - Order an amount from the child fund that is greater than the amount available 3 - Browse to acquisitions 4 - Confirm the totals look right 5 - Click on the over spent fund to go to 'Funds for main budget' 6 - Note the totals are incorrect 7 - Apply patch 8 - Reload 9 - Totals are now correct Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart (cherry picked from commit 92f69a01936a361456b962f114e168c48539ee87) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index 3fb5727045..817833aded 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -142,7 +142,7 @@ [% IF (value > 0) %] [% ELSIF (value < 0) %] - + [% ELSE %] [% END %] -- 2.20.1