Bugzilla – Attachment 5876 Details for
Bug 6949
can't remove owner from budget
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-6949-cannot-remove-owner-from-fund.patch (text/plain), 1.06 KB, created by
Ian Walls
on 2011-10-13 14:13:47 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Ian Walls
Created:
2011-10-13 14:13:47 UTC
Size:
1.06 KB
patch
obsolete
>From aa8c113b19e679cc98e44bc2beeb84b776977e8b Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Thu, 13 Oct 2011 10:11:46 -0400 >Subject: [PATCH] Bug 6949: cannot remove owner from fund > >The Javascript to remove an owner from a budget cleared the name from the screen, but did not remove >the actual value in the form, so when saving, the original owner was retained. > >This patch adds the command to set the value to ''. >--- > .../prog/en/modules/admin/aqbudgets.tt | 1 + > 1 files changed, 1 insertions(+), 0 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 ca623f3..c27a880 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -11,6 +11,7 @@ > > function ownerRemove(f) { > document.getElementById('budget_owner_name').innerHTML = ''; >+ document.getElementById('budget_owner_id').value = ''; > } > > function Check(f) { >-- >1.7.4.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 6949
:
5876
|
5948