Bugzilla – Attachment 50316 Details for
Bug 15009
Planning dropdown button in aqbudget can have empty line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15009: Correctly populate planning filter
Bug-15009-Correctly-populate-planning-filter.patch (text/plain), 1.05 KB, created by
Jonathan Druart
on 2016-04-18 09:41:02 UTC
(
hide
)
Description:
Bug 15009: Correctly populate planning filter
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-04-18 09:41:02 UTC
Size:
1.05 KB
patch
obsolete
>From b554a5660616b67f849df405826267824c79b4d7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 18 Apr 2016 10:36:51 +0100 >Subject: [PATCH] Bug 15009: Correctly populate planning filter > >The filter for planning values was populated with empty strings. >Note that it's not caused by previous patches. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >index 988f88a..27d353d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >@@ -239,6 +239,7 @@ > [% CASE 'MONTHS' %]<span>by months</span> > [% CASE 'ITEMTYPES' %]<span>by item types</span> > [% CASE 'BRANCHES' %]<span>by libraries</span> >+[% CASE %]<span>by [% type %]</span> > [% END %] > [% END %] > <ol> >-- >2.7.0
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 15009
:
43391
|
43392
|
44262
|
49601
|
50293
|
50314
|
50315
| 50316 |
50317