Bugzilla – Attachment 145917 Details for
Bug 32774
Add patron category to suggestion management tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32774: Add patron category to suggestion managment tables
Bug-32774-Add-patron-category-to-suggestion-managm.patch (text/plain), 2.56 KB, created by
Lucas Gass (lukeg)
on 2023-01-31 23:43:48 UTC
(
hide
)
Description:
Bug 32774: Add patron category to suggestion managment tables
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-01-31 23:43:48 UTC
Size:
2.56 KB
patch
obsolete
>From 3c10c254daca696d68f9321d53a93aa6ea11b8be Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 31 Jan 2023 23:38:57 +0000 >Subject: [PATCH] Bug 32774: Add patron category to suggestion managment tables > >To test: >1. Apply patch >2. Regenrate the staff CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) >3. Make some suggestions >4. Go to Acquisitions > Suggestions management >5. Notice the 'Suggested by' column now included the patron category. >6. Put some suggestions in different statuses and make sure you see the patron category in each of the tables. >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 ++- > .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 1 + > 2 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 31404446409..38c9d526a9d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4225,7 +4225,8 @@ div#makechart ol li { > list-style: none; > } > >-div .suggestion_note { >+div .suggestion_note, >+div .suggester_category { > background: transparent none; > border-style: dotted; > border-width: 1px 0 0 0; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index bfaef57f43d..fb018017252 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -807,6 +807,7 @@ > <td> > [% SET suggester = s.suggester %] > <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggester.borrowernumber | uri %]">[% suggester.surname | html %][% IF suggester.firstname %], [% suggester.firstname | html %][% END %] [% IF suggester.cardnumber %]([% suggester.cardnumber | html %])[% END %]</a> >+ <div class="suggester_category">[% suggester.category.description | html %] ([% suggester.categorycode | html %])</div> > </td> > <td data-order="[% s.suggesteddate | html %]"> > [% IF ( s.suggesteddate ) %][% s.suggesteddate | $KohaDates %][% END %] >-- >2.30.2
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 32774
:
145917
|
145927
|
145967
|
145975
|
146197
|
146198