Bugzilla – Attachment 174015 Details for
Bug 30221
Make the tables on opac-user.tt column configurable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30221: (QA follow-up) add checkout branch information to other tables
Bug-30221-QA-follow-up-add-checkout-branch-informa.patch (text/plain), 3.73 KB, created by
Arthur Suzuki
on 2024-11-05 18:09:52 UTC
(
hide
)
Description:
Bug 30221: (QA follow-up) add checkout branch information to other tables
Filename:
MIME Type:
Creator:
Arthur Suzuki
Created:
2024-11-05 18:09:52 UTC
Size:
3.73 KB
patch
obsolete
>From 2ac803a733d6f3eef583a15645d9c2f1c6b7b9ac Mon Sep 17 00:00:00 2001 >From: Arthur Suzuki <arthur.suzuki@biblibre.com> >Date: Tue, 5 Nov 2024 17:14:14 +0100 >Subject: [PATCH] Bug 30221: (QA follow-up) add checkout branch information to > other tables > >--- > admin/columns_settings.yml | 4 ++++ > .../opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 2 ++ > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 5 +++++ > 3 files changed, 11 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index af931ffef3..03bce02b12 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -2252,6 +2252,8 @@ modules: > columnname: title > - > columnname: duedate >+ - >+ columnname: checkout_branch > - > columnname: barcode > - >@@ -2274,6 +2276,8 @@ modules: > columnname: vol_info > - > columnname: date >+ - >+ columnname: checkout_branch > - > columnname: links > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >index 2542782fa8..d2f6b60a4c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -122,6 +122,7 @@ > <th data-colname="callnumber">Call number</th> > <th data-colname="vol_info">Vol info</th> > <th data-colname="date">Date</th> >+ <th data-colname="checkout_branch">Checkout branch</th> > [% IF Koha.Preference('OPACMySummaryHTML') %] > <th data-colname="links" class="NoSort noExport">Links</th> > [% END %] >@@ -213,6 +214,7 @@ > <em>(Checked out)</em> > </td> > [% END %] >+ <td>[% checkout.library.branchname | html %]</td> > [% IF Koha.Preference('OPACMySummaryHTML') %] > <td>[% biblio.opac_summary_html | $raw %]</td> > [% END %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 4f73901f67..c7ebaa3d8d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -675,6 +675,7 @@ > <tr> > <th data-colname="title" class="all anti-the">Title</th> > <th data-colname="duedate">Due</th> >+ <th data-colname="checkout_branch">Checkout branch</th> > <th data-colname="barcode">Barcode</th> > <th data-colname="callnumber">Call number</th> > <th data-colname="relative" class="psort">Relative</th> >@@ -696,6 +697,10 @@ > [% c.date_due | $KohaDates %] > </td> > >+ <td> >+ [% c.library.branchname | html %] >+ </td> >+ > <td> > [% c.item.barcode | html %] > </td> >-- >2.39.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 30221
:
172214
|
172451
|
172452
|
172453
|
172454
|
172455
|
172456
|
172581
|
172610
|
172611
|
172613
|
172615
|
172616
|
172618
|
172620
|
174014
|
174015
|
174016
|
174046
|
174047
|
174048