[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. 812946e5f8e1ff41a5640564b7c126272942fb75
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, rel_2_11 has been updated
via 812946e5f8e1ff41a5640564b7c126272942fb75 (commit)
from 8974ccb34567538cf908cbb5b9b31f6b7d76dc36 (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 812946e5f8e1ff41a5640564b7c126272942fb75
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