Bugzilla – Attachment 148237 Details for
Bug 33137
Make sure columns on transactions and 'pay fines' tab are matching up
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33137: Add call number to pay-fines-table and table settings
Bug-33137-Add-call-number-to-pay-fines-table-and-t.patch (text/plain), 2.13 KB, created by
Martin Renvoize (ashimema)
on 2023-03-15 17:58:22 UTC
(
hide
)
Description:
Bug 33137: Add call number to pay-fines-table and table settings
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-03-15 17:58:22 UTC
Size:
2.13 KB
patch
obsolete
>From c9392bd33ef765c2ca95063e08eef9c95d33e1f0 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 8 Mar 2023 16:40:24 +0000 >Subject: [PATCH] Bug 33137: Add call number to pay-fines-table and table > settings > >To test: >1. Apply patch and restart_all >2. From a patron's Accounting tab add some invoices that are related to an item. >3. From the 'Make a payemnt' notice the new Call number column. >4. Using Table settings, make sure you can properly hide the column. > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > admin/columns_settings.yml | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 6 ++++++ > 2 files changed, 8 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 0783724910..567be75311 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -963,6 +963,8 @@ modules: > columnname: date > - > columnname: barcode >+ - >+ columnname: callnumber > - > columnname: date_due > - >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >index f30c002d33..d6e127a9a2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >@@ -82,6 +82,7 @@ > <th>Description</th> > <th>Date</th> > <th>Barcode</th> >+ <th>Call number</th> > <th>Due date</th> > <th>Checkin date</th> > <th>Checkout date</th> >@@ -131,6 +132,11 @@ > <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% line.itemnumber | uri %]&biblionumber=[% line.item.biblionumber | uri %]#item[% line.itemnumber | uri %]">[% line.item.barcode | html %]</a> > [% END %] > </td> >+ <td> >+ [% IF line.itemnumber %] >+ [% line.item.itemcallnumber | html %] >+ [% END %] >+ </td> > <td> > [% IF line.issue_id %] > [% line.checkout.date_due | $KohaDates as_due_date => 1 %] >-- >2.39.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 33137
:
147967
|
147968
|
147990
|
147991
|
148000
|
148001
|
148002
|
148003
|
148236
| 148237 |
148238