From d0c7f9ba4ba26fc1d76be6f3562e08a6bde17829 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 11 Apr 2022 10:51:26 +0100 Subject: [PATCH] Bug 26370: (QA follow-up) Add new option to templates Signed-off-by: Martin Renvoize --- debian/templates/SIPconfig.xml | 3 ++- etc/SIPconfig.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/templates/SIPconfig.xml b/debian/templates/SIPconfig.xml index 413e06d1ab..15c8d8d067 100644 --- a/debian/templates/SIPconfig.xml +++ b/debian/templates/SIPconfig.xml @@ -54,7 +54,8 @@ av_field_template="[% accountline.description %] [% accountline.amountoutstanding | format('%.2f') %]" holds_block_checkin="0" overdues_block_checkout="1" - format_due_date="0"> + format_due_date="0" + inhouse_patron_categories=""> diff --git a/etc/SIPconfig.xml b/etc/SIPconfig.xml index c4f174d9f5..d91f72bf1a 100644 --- a/etc/SIPconfig.xml +++ b/etc/SIPconfig.xml @@ -72,7 +72,8 @@ holds_block_checkin="0" prevcheckout_block_checkout="0" overdues_block_checkout="1" - format_due_date="0"> + format_due_date="0" + inhouse_patron_categories=""> -- 2.20.1