Bugzilla – Attachment 97399 Details for
Bug 23929
Invoice adjustments should filter inactive funds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23929 - Invoice adjustments should filter inactive funds
Bug-23929---Invoice-adjustments-should-filter-inac.patch (text/plain), 1.62 KB, created by
Biblibre Sandboxes
on 2020-01-15 15:54:36 UTC
(
hide
)
Description:
Bug 23929 - Invoice adjustments should filter inactive funds
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2020-01-15 15:54:36 UTC
Size:
1.62 KB
patch
obsolete
>From 004293655aae6cfb27c30fa9f5c9698ba280eb3a Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Tue, 14 Jan 2020 15:53:34 +0100 >Subject: [PATCH] Bug 23929 - Invoice adjustments should filter inactive funds > >Signed-off-by: Marjorie Barry-Vila <marjorie.barry-vila@collecto.ca> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index befc245..f81fac9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -208,9 +208,11 @@ > <select id="budget_id_new" name="budget_id"> > <option selected="selected" value="">No fund</option> > [% FOREACH budget IN budgets %] >- <option value="[% budget.b_id | html %]"> >- [% budget.b_txt | html %] >- </option> >+ [% IF ( budget.b_active ) %] >+ <option value="[% budget.b_id | html %]"> >+ [% budget.b_txt | html %] >+ </option> >+ [% END %] > [% END %] > </select> > </li> >-- >2.7.4
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 23929
:
94893
|
97354
|
97399
|
115836
|
116066
|
117169
|
118552