From: Chris Sharp Date: Fri, 7 Jul 2017 17:04:35 +0000 (-0400) Subject: LP#1702968 - Add missing error string - mark item damaged. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d97cc9085b0834b1def1a75a26a84a75816e94f9;p=working%2FEvergreen.git LP#1702968 - Add missing error string - mark item damaged. When marking an item damaged for a circulation that has been archived/aged, the patron receives an error that the string associated with staff.cat.util.mark_item_damaged.item_no_linked_patron is not there. This branch adds it. Signed-off-by: Chris Sharp Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties index d5a3b2dfa3..92792346b3 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties @@ -382,6 +382,7 @@ staff.cat.util.mark_item_damaged.checkin.no_checkin=Cancel staff.cat.util.mark_item_damaged.checkin.forgiving_checkin=Forgiving Checkin staff.cat.util.mark_item_damaged.checkin.confirm_action=Check here to confirm this action staff.cat.util.mark_item_damaged.item_circulating_to_patron=Item %1$s is checked out to patron, %2$s, and is due on %3$s. +staff.cat.util.mark_item_damaged.item_no_linked_patron=Item %1$s is no longer associated with an active circulation. Please resolve charges manually. staff.cat.util.mark_item_damaged.charge_patron_prompt.message=Item %1$s will be marked damaged. Was returned on %3$s for %2$s. Charge this patron $%4$s for the damage? staff.cat.util.mark_item_damaged.charge_patron_prompt.title=Charge Patron For Damaged Item? staff.cat.util.mark_item_damaged.charge_patron_prompt.ok_label=OK