Bugzilla – Attachment 110424 Details for
Bug 26327
Include checkout library in fines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26327: (follow-up) Add transacting library to the transactions tab
Bug-26327-follow-up-Add-transacting-library-to-the.patch (text/plain), 2.37 KB, created by
Katrin Fischer
on 2020-09-20 17:13:02 UTC
(
hide
)
Description:
Bug 26327: (follow-up) Add transacting library to the transactions tab
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-09-20 17:13:02 UTC
Size:
2.37 KB
patch
obsolete
>From 8949c15bb30e0a791cc3d5a6a75406b12fa3a063 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 2 Sep 2020 10:06:46 -0300 >Subject: [PATCH] Bug 26327: (follow-up) Add transacting library to the > transactions tab > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > admin/columns_settings.yml | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 6 ++++++ > 2 files changed, 8 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 6b0353bfc3..3f1d19ee79 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -666,6 +666,8 @@ modules: > - > columnname: issuedate > - >+ columnname: checked_out_from >+ - > columnname: note > - > columnname: amount >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index 3a7e19dad7..0c4d06faf1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -52,6 +52,7 @@ > <th>Due date</th> > <th>Checkin date</th> > <th>Checkout date</th> >+ <th class="checked_out_from">Checked out from</th> > <th>Home library</th> > <th>Note</th> > <th>Amount</th> >@@ -75,6 +76,11 @@ > <td>[% IF ( account.issue_id ) %][% account.checkout.date_due | $KohaDates as_due_date => 1 %][% END %]</td> > <td>[% IF ( account.issue_id ) %][% account.checkout.returndate | $KohaDates with_hours => 1 %][% END %]</td> > <td>[% IF ( account.issue_id ) %][% account.checkout.issuedate | $KohaDates %][% END %]</td> >+ <td class="checked_out_from"> >+ [% IF account.issue_id && account.checkout.library %] >+ [% account.checkout.library.branchname | html %] >+ [% END %] >+ </td> > <td>[% IF account.itemnumber %][% Branches.GetName( account.item.homebranch ) | html %][% END %]</td> > <td>[% account.note | html_line_break %]</td> > [% IF account.amount <= 0 %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount | $Price %]</td> >-- >2.11.0
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 26327
:
109376
|
109377
|
109378
|
109505
|
109506
|
109507
|
109531
|
110412
|
110421
|
110422
|
110423
|
110424
|
110425
|
111417
|
111420
|
111421
|
111422
|
111423
|
111424
|
111586