Bugzilla – Attachment 37198 Details for
Bug 4277
budget planning refreshes funny
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 4277: Display the correct budget planning after saving
PASSED-QA-Bug-4277-Display-the-correct-budget-plan.patch (text/plain), 1.36 KB, created by
Katrin Fischer
on 2015-03-24 20:37:28 UTC
(
hide
)
Description:
[PASSED QA] Bug 4277: Display the correct budget planning after saving
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-03-24 20:37:28 UTC
Size:
1.36 KB
patch
obsolete
>From 660e729f5ffca32d694fa4558ec5fec7b37f0831 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] [PASSED QA] 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 <veron@veron.ch> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 @@ > </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 %] >-- >1.9.1
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