Bugzilla – Attachment 98549 Details for
Bug 24604
Add 'Pay' button under Transactions tab in patron accounting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24604: Add 'Pay' button under Transactions tab in patron accounting
Bug-24604-Add-Pay-button-under-Transactions-tab-in.patch (text/plain), 2.05 KB, created by
David Nind
on 2020-02-07 09:53:45 UTC
(
hide
)
Description:
Bug 24604: Add 'Pay' button under Transactions tab in patron accounting
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-02-07 09:53:45 UTC
Size:
2.05 KB
patch
obsolete
>From d1b5e154ab9d882fa7f500812c125406f0b670e3 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 6 Feb 2020 16:15:43 +0100 >Subject: [PATCH] Bug 24604: Add 'Pay' button under Transactions tab in patron > accounting > >It does the same thing as the 'Pay' button under 'Make a payment' tab. >It is nothing more than a shortcut. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 3 +++ > 1 file changed, 3 insertions(+) > >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 c93eb6fa09..4951c70842 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -81,6 +81,9 @@ > <a target="_blank" href="printinvoice.pl?action=print&accountlines_id=[% account.accountlines_id | uri %]&borrowernumber=[% account.borrowernumber | uri %]" class="btn btn-default btn-xs"><i class="fa fa-print"></i> Print</a> > [% END %] > <a href="accountline-details.pl?accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-list"></i> Details</a> >+ [% IF account.is_debit && account.amountoutstanding > 0 %] >+ <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/paycollect.pl?borrowernumber=[% account.borrowernumber | html %]&pay_individual=1&debit_type_code=[% account.debit_type_code | html %]&amount=[% account.amount | html %]&amountoutstanding=[% account.amountoutstanding | html %]&description=[% account.description | html %]&itemnumber=[% account.itemnumber | html %]&accountlines_id=[% account.accountlines_id | html %]">Pay</a> >+ [% END %] > [% IF account.is_credit %] > <a href="boraccount.pl?action=void&accountlines_id=[% account.accountlines_id | uri %]&borrowernumber=[% account.borrowernumber | uri %]" class="btn btn-default btn-xs void"><i class="fa fa-ban"></i> Void</a> > [% END %] >-- >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 24604
:
98538
|
98549
|
102003