From 7165a4ab716c53b4a3d09989870dd77ae61d4121 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. Go to a budget (e.g. http://localhost:8081/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=1) 3. Click "Planning" and "Plan by libraries" 4. Click "Auto-fill row" on the first line 5. Click "Save" 6. 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. --- 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 08a03e7dc0..d6ec9b0013 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.11.0