@@ -, +, @@ --- debian/templates/SIPconfig.xml | 3 ++- etc/SIPconfig.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) --- a/debian/templates/SIPconfig.xml +++ a/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=""> --- a/etc/SIPconfig.xml +++ a/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=""> --