Bugzilla – Attachment 147968 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.00 KB, created by
Lucas Gass (lukeg)
on 2023-03-08 16:41:55 UTC
(
hide
)
Description:
Bug 33137: Add call number to pay-fines-table and table settings
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-03-08 16:41:55 UTC
Size:
2.00 KB
patch
obsolete
>From c72f1b9ae1c7e9011feeeac8f6097502b588a35c 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. >--- > 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 76289719e9..47e5a4ee9d 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -961,6 +961,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.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 33137
:
147967
|
147968
|
147990
|
147991
|
148000
|
148001
|
148002
|
148003
|
148236
|
148237
|
148238