From 52b09a619b1cd8475e88bab16bd1efa5917a33ea Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 18 May 2017 22:38:33 -0400 Subject: [PATCH] LP1574141: add release notes Signed-off-by: Galen Charlton --- .../API/Batch_contact_invalidation.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/API/Batch_contact_invalidation.adoc diff --git a/docs/RELEASE_NOTES_NEXT/API/Batch_contact_invalidation.adoc b/docs/RELEASE_NOTES_NEXT/API/Batch_contact_invalidation.adoc new file mode 100644 index 0000000000..90b2fd96c6 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/API/Batch_contact_invalidation.adoc @@ -0,0 +1,15 @@ +Batch Patron Contact Invalidation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The following methods are used to mark patron contact fields +as invalid by moving the invalid value to a standing penalty: + + * `open-ils.actor.invalidate.email` + * `open-ils.actor.invalidate.day_phone` + * `open-ils.actor.invalidate.evening_phone` + * `open-ils.actor.invalidate.other_phone` + +These methods now accept a fifth argument specifying the value +of the contact field, e.g., a specific phone number or email +address. If supplied, and if a specific patron ID (the first +argument) is not supplied, all patrons with that specific contact +value will have it marked invalid. -- 2.11.0