From 3d7fcd6c496bf6474e9f88f9a795dd2193b860fc 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..8c512e3946 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" + never_demagnetize=""> diff --git a/etc/SIPconfig.xml b/etc/SIPconfig.xml index c4f174d9f5..9e2e2f27ab 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" + never_demagnetize=""> -- 2.20.1