From fd35df346f73a00b643e675853ba2c8ef321cf66 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 21 Sep 2020 02:02:27 +0000 Subject: [PATCH] Bug 26496: Add op field to Budget Planning Without this patch, it's impossible to save a budget plan. With this patch, it is possible to save a budget plan. Test: 1. Apply patch 2. Modify a budget (e.g. http://localhost:8081/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form&budget_period_id=1) 3. Unlock the budget if necessary by unticking "Lock budget" and click "Save" 4. Go to a budget (e.g. http://localhost:8081/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=1) 5. Click "Planning" and "Plan by libraries" 6. Click "Auto-fill row" on the first line 7. Click "Save" 8. Note that results are saved and shown on the newly loaded page To verify this patch is necessary, do the test plan without applying the patch. Signed-off-by: Barbara Johnson Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt index 00c56d3c5b..f6b07244dd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -154,6 +154,7 @@ [% IF ( budget_period_locked ) %] [% ELSE %] +
[% END %] -- 2.39.5