From 8fc20d6f90f3899206ab117bbfb52208e366bb83 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 24 Mar 2015 16:22:46 +0100 Subject: [PATCH] [Signed-off] Bug 4277: Display the correct budget planning after saving MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- 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 b465f8c..abfe5de 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 %] -- 1.7.10.4