From d1b5e154ab9d882fa7f500812c125406f0b670e3 Mon Sep 17 00:00:00 2001 From: Julian Maurice 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 --- 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 @@ Print [% END %] Details + [% IF account.is_debit && account.amountoutstanding > 0 %] + Pay + [% END %] [% IF account.is_credit %] Void [% END %] -- 2.11.0