Bugzilla – Attachment 14870 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]
[PATCH] Bug 4266: Hide encumbrance and expenditure
0005-MasqueEncumbrenceExpenditure.patch (text/plain), 1.65 KB, created by
Mathieu Saby
on 2013-01-26 15:37:47 UTC
(
hide
)
Description:
[PATCH] Bug 4266: Hide encumbrance and expenditure
Filename:
MIME Type:
Creator:
Mathieu Saby
Created:
2013-01-26 15:37:47 UTC
Size:
1.65 KB
patch
obsolete
>From 2fbcbeb61bc6c340689a7058c9ccc8a609c9cbef 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] 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. > >--- > .../prog/en/modules/admin/aqbudgets.tt | 12 +----------- > 1 file changed, 1 insertion(+), 11 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..34db195 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -339,17 +339,7 @@ > <li> > <label style="white-space: nowrap;" for="budget_amount" class="required">Amount: </label> > <input type="text" name="budget_amount" id="budget_amount" value="[% budget_amount %]" size="8" /> >- </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> > > <li> > <span class="label">Owner: </span> >-- >1.7.9.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 4266
:
14870
|
14874
|
15616
|
16128
|
16159