From b698c70469c205d68c9f18dacaf900016b7a8635 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Emmanuel=20B=C3=A9temps?= Date: Thu, 13 Dec 2018 10:09:31 +0000 Subject: [PATCH] Update tools.rst - line 541 : the notification code is 'ACQ_NOTIF_ON_RECEIV' and not 'ACQ_NOTIF_ON_REVEIV' - line 546 : the notification code is 'AR\_CANCELED' and not 'AR\_CANCELLED' - line 1245 : the example in the manual lets me think we're talking about patrons and not items, that's why I propose to write 'Add patron('s)' instead of 'Add item(s)' --- source/tools.rst | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/tools.rst b/source/tools.rst index e9ffba6..163d1db 100644 --- a/source/tools.rst +++ b/source/tools.rst @@ -538,12 +538,12 @@ information in these notices. Here are some of what those notices do: #. The vendor contact marked as 'Primary acquisitions contact' and 'Contact when ordering' has a valid email address. -- ACQ_NOTIF_ON_REVEIV +- ACQ_NOTIF_ON_RECEIV - Used in the acquisition module to inform patrons on receiving orders they have been added to. -- AR\_CANCELLED +- AR\_CANCELED - This notice is sent to the patron when an article request is cancelled by staff. @@ -1242,7 +1242,7 @@ be processed in this batch. |image1225| -After choosing the 'Add item(s)' button the Patron Search window pops +After choosing the 'Add patron(s)' button the Patron Search window pops up. |image1226| -- 1.7.2.5