From ce620e262872c162af2ad184c3a4af0bfedd510e Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 1 Nov 2022 14:23:17 +0000 Subject: [PATCH] Bug 31713: (follow-up) Display print option for any outstanding Prior to this patch we only allowed printing if the balance was owed to the library.. This patch exposes the option when the patron is owed too. Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc index dce463ab9b..27c7448665 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc @@ -24,7 +24,7 @@
  • Print summary
  • Print slip
  • Print quick slip
  • - [% IF patron.account_balance > 0 %] + [% IF patron.account_balanc != 0 %]
  • Print account balance
  • [% END %] [% IF patron.has_overdues %] -- 2.20.1