@@ -, +, @@ --- 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 @@ -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"> --- a/etc/SIPconfig.xml +++ a/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"> --