From da550706f3936810414c08648db7c9908cfd3cfe 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 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 --- 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 a41338c..ddfcc81 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.1.0