From 4ed413a76a32c52db71aae5efc2d3edf1949cc2c 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 Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson --- 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 2ad20bb340..5b18dd039a 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.39.5