Bugzilla – Attachment 104491 Details for
Bug 15985
Include checkout library in fines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15985: Move new column to the right of checkout date
Bug-15985-Move-new-column-to-the-right-of-checkout.patch (text/plain), 2.40 KB, created by
Kyle M Hall (khall)
on 2020-05-07 11:27:27 UTC
(
hide
)
Description:
Bug 15985: Move new column to the right of checkout date
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-05-07 11:27:27 UTC
Size:
2.40 KB
patch
obsolete
>From 673684f35068354e1f6eac8b9af542bdc394c393 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 7 May 2020 07:22:34 -0400 >Subject: [PATCH] Bug 15985: Move new column to the right of checkout date > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >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 2b44804f16..4c9ac34add 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >@@ -47,13 +47,13 @@ > <th class="NoSort"> </th> > <th class="NoSort">Actions</th> > <th>Account type</th> >- <th class="checked-out-from">Checked out from</th> > <th>Description</th> > <th class="title-string">Date</th> > <th>Barcode</th> > <th>Due date</th> > <th>Checkin date</th> > <th>Checkout date</th> >+ <th class="checked-out-from">Checked out from</th> > <th class="NoSort">Payment note</th> > <th>Amount</th> > <th>Amount outstanding</th> >@@ -86,9 +86,6 @@ > <td> > [% PROCESS account_type_description account=line %] > </td> >- <td class="checked-out-from"> >- [% line.checkout.library.branchname | html %] >- </td> > <td> > [%- IF line.description %][% line.description | html %][% END %] > [% IF line.itemnumber %]([% line.item.biblio.title | html %])[% END %] >@@ -116,6 +113,9 @@ > [% line.checkout.issuedate | $KohaDates %] > [% END %] > </td> >+ <td class="checked-out-from"> >+ [% line.checkout.library.branchname | html %] >+ </td> > <td class="actions"> > <a href="#" class="add-note" data-accountlines_id="[% line.accountlines_id | html %]"><i class="fa fa-plus"></i> Add note</a> > <span class="payment_note" id="payment_note_[% line.accountlines_id | html %]" style="display:none"><input type="text" size="10" name="payment_note_[% line.accountlines_id | html %]" value="" /> <a href="#" class="cancel-note"><i class="fa fa-remove"></i></a></span> >@@ -128,7 +128,7 @@ > > <tfoot> > <tr> >- <td class="total" colspan="11">Total due:</td> >+ <td class="total" colspan="12">Total due:</td> > <td style="text-align: right;">[% total | $Price %]</td> > </tr> > [% IF outstanding_credits.total_outstanding < 0 %] >-- >2.24.2 (Apple Git-127)
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 15985
:
58157
|
58163
|
71165
|
72611
|
72612
|
90317
|
90318
|
90364
|
90478
|
97177
|
97178
|
97179
|
97180
|
99821
|
99822
|
99823
|
99824
|
99825
|
103152
|
103153
|
103154
|
103155
|
103156
|
103157
| 104491 |
104492
|
105144
|
105398