Bug 22054: Updated the error message for attempting to renew an onsite checkout
authorhelene hickey <hickeyhe@wgc.school.nz>
Tue, 15 Jan 2019 03:47:58 +0000 (03:47 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 17 Jan 2019 02:23:27 +0000 (02:23 +0000)
To test:

1) Enable OnSiteCheckouts system preference
2) Checkout an item checking the onsite checkout checkbos in more
options
3) Go to circulation > pending on-site checkouts
4) Verify the checkout shows
5) Go to circulation > renew
6) Try to renew the on-site checkout using the barcode
7) Verify display:

onsite_checkout  Continue without renewing

8) apply the patch and reload page with error message
9) verify display:

Item cannot be renewed because it's an onsite checkout

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt

index 78c0c69..c0542db 100644 (file)
 
                                 <p>Item is not allowed renewal.</p>
 
+                            [% ELSIF error == "onsite_checkout" %]
+                                <p>Item cannot be renewed because it's an onsite checkout</p>
+
                             [% ELSE %]
 
                                 [% error | html %]