From bb4db981586ab0a734285e8b6f229b38670bb152 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 24 Mar 2015 16:22:46 +0100 Subject: [PATCH] Bug 4277: Display the correct budget planning after saving MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The budget_period_id is not pass to the script, so after saving the budget planning, the planning for the first active budget is displayed. Test plan: 1/ Edit a budget planning 2/ Save 3/ You should see the budget planning you were editing Patch behaves as expected. Signed-off-by: Marc Véron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- 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 b465f8ca0e..abfe5de6bc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -204,6 +204,7 @@ + [% IF ( budget_period_locked ) %] [% ELSE %] -- 2.20.1