Bugzilla – Attachment 111423 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
Tomás Cohen Arazi (tcohen)
on 2020-10-09 17:26:14 UTC
(
hide
)
Description:
Bug 26327: (follow-up) Add transacting library to the transactions tab
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-10-09 17:26:14 UTC
Size:
2.37 KB
patch
obsolete
>From 0ff8a005a8e153b4b26aeaaea5670a41731d9489 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 ++ > .../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 9400dcf3691..1682e1fb3d9 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -667,6 +667,8 @@ modules: > columnname: issuedate > - > columnname: home_library >+ - >+ columnname: checked_out_from > - > columnname: note > - >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 a6a8cdc4859..c3e71a561b5 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.28.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