Bugzilla – Attachment 37183 Details for
Bug 4277
budget planning refreshes funny
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4277: Display the correct budget planning after saving
Bug-4277-Display-the-correct-budget-planning-after.patch (text/plain), 1.13 KB, created by
Jonathan Druart
on 2015-03-24 15:25:24 UTC
(
hide
)
Description:
Bug 4277: Display the correct budget planning after saving
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-24 15:25:24 UTC
Size:
1.13 KB
patch
obsolete
>From da550706f3936810414c08648db7c9908cfd3cfe Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >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 @@ > </tbody> > </table> > >+ <input type="hidden" name="budget_period_id" value="[% budget_period_id %]" /> > [% IF ( budget_period_locked ) %] > <!-- <input STYLE="background: gray;" type="submit" value="Save" disabled="disabled"/> --> > [% ELSE %] >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 4277
:
37183
|
37189
|
37198