Bugzilla – Attachment 155379 Details for
Bug 34377
Accounting transactions should show managing librarian info for credits/debits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34377: Add managing librarain
Bug-34377-Add-managing-librarain.patch (text/plain), 2.41 KB, created by
Martin Renvoize (ashimema)
on 2023-09-08 09:11:34 UTC
(
hide
)
Description:
Bug 34377: Add managing librarain
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-09-08 09:11:34 UTC
Size:
2.41 KB
patch
obsolete
>From a9fa6266d7779ca900b6771dc838349cd32597b1 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 7 Sep 2023 22:52:00 +0000 >Subject: [PATCH] Bug 34377: Add managing librarain > >1. From the patron Accounting tab > "Create manual credit". >2. From the patron Accounting tab > "Create manua >3. Go to the Transaction tab (members/boraccount.pl) and click the 'Details' button. >4. Do this for both a debit and a credit. >5. No info. about which librarain administered the credit/debit. >6. Apply patch >7. Try 3 -6 again, notice the table now shows which librarian administed the credit/debit. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/members/accountline-details.tt | 11 +++++++++++ > 1 file changed, 11 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt >index 894e712799..6d35df4f27 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt >@@ -88,6 +88,7 @@ > [% END %] > <th>Amount</th> > <th>Outstanding</th> >+ <th>Librarian</th> > </tr> > </thead> > >@@ -151,6 +152,16 @@ > <td> > [% accountline.amountoutstanding | $Price %] > </td> >+ <td> >+ [% IF accountline.manager_id %] >+ <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% accountline.manager_id | uri %]"> >+ [% IF accountline.manager.firstname %] >+ [% accountline.manager.firstname | html %] [% accountline.manager.surname | html %] >+ [% ELSE %] >+ [% accountline.manager.surname | html %] >+ [% END %] >+ </a> >+ [% END %] > </tr> > </tbody> > </table> >-- >2.41.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 34377
:
155345
|
155379
|
155380
|
157234
|
157235