Bug 15775: Change wording slightly
authorKatrin Fischer <katrin.fischer.83@web.de>
Sat, 29 Feb 2020 22:36:46 +0000 (23:36 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 19 Mar 2020 09:10:19 +0000 (09:10 +0000)
maxoutstanding only blocks holds, for checkouts we got
noissuechage.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt

index 4824b50..369dbd7 100644 (file)
@@ -60,7 +60,7 @@
 
                     [% IF ( borrower.blockedonfines ) %]
                         <div class="alert" id="blockedonfines">
-                            <strong>Please note:</strong><span> Your account has outstanding fees & charges of [% amountoutstanding | $Price %]. Checkouts and holds are blocked because your fine balance is over the limit.</span>
+                            <strong>Please note:</strong><span> Your account has outstanding fees & charges of [% amountoutstanding | $Price %]. Holds are blocked because your fine balance is over the limit.</span>
                         </div>
                     [% END %]