[open-ils-commits] [GIT] Evergreen ILS branch master updated. d97cc9085b0834b1def1a75a26a84a75816e94f9

Evergreen Git git at git.evergreen-ils.org
Fri Aug 11 16:52:13 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  d97cc9085b0834b1def1a75a26a84a75816e94f9 (commit)
      from  46b52535165051a030404fe3e2be641e9e3dd6e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d97cc9085b0834b1def1a75a26a84a75816e94f9
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Fri Jul 7 13:04:35 2017 -0400

    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 <csharp at georgialibraries.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

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 d5a3b2d..9279234 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 

-----------------------------------------------------------------------

Summary of changes:
 .../server/locale/en-US/cat.properties             |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list