Bugzilla – Attachment 127063 Details for
Bug 29351
Add missing cn_source parameter to reports parameter menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29351: Add missing cn_source parameter to reports parameter menu
Bug-29351-Add-missing-cnsource-parameter-to-report.patch (text/plain), 2.04 KB, created by
Owen Leonard
on 2021-10-28 15:17:51 UTC
(
hide
)
Description:
Bug 29351: Add missing cn_source parameter to reports parameter menu
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-10-28 15:17:51 UTC
Size:
2.04 KB
patch
obsolete
>From c629dd3c583a1bc73f827ad089c90bf7faf6318d Mon Sep 17 00:00:00 2001 >From: Owen <oleonard@myacpl.org> >Date: Thu, 28 Oct 2021 14:15:12 +0000 >Subject: [PATCH] Bug 29351: Add missing cn_source parameter to reports > parameter menu > >--- > .../prog/en/modules/reports/guided_reports_start.tt | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index e766923601..c7e2ea8317 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -1530,6 +1530,11 @@ > $("#authorised_value_category").show(); > $("#authorised_value").prop("required", true ).attr("required", "required"); > break; >+ case "insertCnSource": >+ modalTitle.text( _("Insert classification source parameter") ); >+ $("#paramLabel").val( _("Source of classification or shelving scheme") ); >+ $("#param_category").val("cn_source"); >+ break; > case "insertDate": > modalTitle.text( _("Insert date parameter") ); > $("#paramLabel").val( _("Date") ); >@@ -2276,7 +2281,8 @@ > Insert runtime parameter <span class="caret"></span> > </button> > <ul class="dropdown-menu"> >- <li><a href="#" class="insertParam" id="insertAuthVal">Authorized value</a></li> >+ <li><a href="#" class="insertParam" id="insertAuthVal">Authorized values</a></li> >+ <li><a href="#" class="insertParam" id="insertCnSource">Classification sources</a></li> > <li><a href="#" class="insertParam" id="insertDate">Date</a></li> > <li><a href="#" class="insertParam" id="insertItemtypes">Item types</a></li> > <li><a href="#" class="insertParam" id="insertBranches">Libraries</a></li> >-- >2.20.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 29351
:
127063
|
127069
|
127116