From 86332af5bb23850238e6b50c3cc0a1b99bb5dc4d Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 22 Sep 2021 16:57:46 +0100 Subject: [PATCH] Bug 28730: (QA follow-up) Add new option to example configs --- 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 4cdfdd4a852..413e06d1ab5 100644 --- a/debian/templates/SIPconfig.xml +++ b/debian/templates/SIPconfig.xml @@ -53,7 +53,8 @@ send_patron_home_library_in_af="1" av_field_template="[% accountline.description %] [% accountline.amountoutstanding | format('%.2f') %]" holds_block_checkin="0" - overdues_block_checkout="1"> + overdues_block_checkout="1" + format_due_date="0"> diff --git a/etc/SIPconfig.xml b/etc/SIPconfig.xml index c405ae16b87..9e94594bdd8 100644 --- a/etc/SIPconfig.xml +++ b/etc/SIPconfig.xml @@ -71,7 +71,8 @@ register_id='' holds_block_checkin="0" prevcheckout_block_checkout="0" - overdues_block_checkout="1"> + overdues_block_checkout="1" + format_due_date="0"> -- 2.20.1