Bugzilla – Attachment 27282 Details for
Bug 12019
funds displayed on acquisition home show funds of all branches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12019: FIX budget_owner_id node is duplicated
PASSED-QA-Bug-12019-FIX-budgetownerid-node-is-dupl.patch (text/plain), 1.48 KB, created by
Kyle M Hall (khall)
on 2014-04-18 12:03:57 UTC
(
hide
)
Description:
[PASSED QA] Bug 12019: FIX budget_owner_id node is duplicated
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-04-18 12:03:57 UTC
Size:
1.48 KB
patch
obsolete
>From e450c38bdb74ab1aea192892d0b3a8492e4722ec Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 2 Apr 2014 13:27:08 +0200 >Subject: [PATCH] [PASSED QA] Bug 12019: FIX budget_owner_id node is duplicated > >The input witht the budget_owner_id id is duplicated. >It breaks the jQuery selector > $('#budget_owner_id').val(''); > >Signed-off-by: marjorie barry-vila <marjorie.barry-vila@ccsr.qc.ca> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/admin/aqbudgets.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index cdf7edc..aba7bd6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -364,7 +364,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") > > <li> > <label for="budget_expend">Warning at (amount): </label> >- <input type="text" name="budget_expend" id="budget_expend" value="[% budget_expend %]" size="10" /><input type="hidden" name="budget_owner_id" id="budget_owner_id" value="[% budget_owner_id %]" /> >+ <input type="text" name="budget_expend" id="budget_expend" value="[% budget_expend %]" size="10" /> > <span style="color:grey">0 to disable</span> > </li> > >-- >1.7.2.5
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 12019
:
26710
|
26757
|
26758
|
26897
|
26898
|
27088
|
27147
|
27148
|
27149
| 27282 |
27283