From 6b96258b1e04d00296584c628c98e553a08730e2 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 13 Aug 2018 09:54:44 +0100 Subject: [PATCH] Bug 21199: (QA follow-up) Add show_attributes to perldoc Signed-off-by: Martin Renvoize (cherry picked from commit d555126d8f8fe8c9a4bdd6563c8fcd82b971fc84) Signed-off-by: Fridolin Somers (cherry picked from commit 7ab3f8ba72e70c67913fee1b53409ba089c7bdd3) Signed-off-by: Fridolin Somers --- C4/ILSDI/Services.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm index 58c6e92bd9..24c777397b 100644 --- a/C4/ILSDI/Services.pm +++ b/C4/ILSDI/Services.pm @@ -364,7 +364,10 @@ Parameters: - show_holds (Optional, default 0) whether or not to return hold request information in the response - show_loans (Optional, default 0) - whether or not to return loan information request information in the response + whether or not to return loan information request information in the response + - show_attributes (Optional, default 0) + whether or not to return additional patron attributes, when enabled the attributes + are limited to those marked as opac visible only. =cut -- 2.39.5