From 2f36484c8bf8f329438137d83eab9c30d52d0584 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 --- 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 91b4286a99..d7f15fe08d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -194,7 +194,7 @@ [% IF (value > 0) %] [% ELSIF (value < 0) %] - + [% ELSE %] [% END %] -- 2.20.1