Bugzilla – Attachment 14874 Details for
Bug 4266
encumbrance and expenditure not used in code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 4266: Hide Encumbrance and Expenditure
SIGNED-OFF-Bug-4266-Hide-Encumbrance-and-Expenditu.patch (text/plain), 1.65 KB, created by
Nicole C. Engard
on 2013-01-26 23:21:41 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 4266: Hide Encumbrance and Expenditure
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2013-01-26 23:21:41 UTC
Size:
1.65 KB
patch
obsolete
>From b3e776d5c038ea960b92a8a3faa2e360a1c891c2 Mon Sep 17 00:00:00 2001 >From: Mathieu Saby <mathieu.saby@univ-rennes2.fr> >Date: Sat, 26 Jan 2013 16:22:14 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 4266: Hide Encumbrance and Expenditure > >Librarians are asked for Encumbrance and Expenditure when editing or creating a fund (admin/aqbudgets.pl). >However these values are not yet taken into account by Koha. So it is misleading and must be corrected. >This patch hides encumbrance and expenditure in template. >To test : check encumbrance and expenditure are not asked anymore when editing or creating a fund. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >All tests pass >--- > .../prog/en/modules/admin/aqbudgets.tt | 10 ---------- > 1 files changed, 0 insertions(+), 10 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 ba308b6..a15ff2b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -342,16 +342,6 @@ > </li> > > <li> >- <label for="budget_encumb">Encumbrance: </label> >- <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb %]" size="8" /> >- </li> >- >- <li> >- <label for="budget_expend">Expenditure: </label> >- <input type="text" name="budget_expend" id="budget_expend" value="[% budget_expend %]" size="8" /> >- </li> >- >- <li> > <span class="label">Owner: </span> > <span id="budget_owner_name"> > <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% budget_owner_id %]"> >-- >1.7.2.3
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 4266
:
14870
|
14874
|
15616
|
16128
|
16159