Bug 28730: (QA follow-up) Add new option to example configs
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
5be090b556
commit
90be2877c9
2 changed files with 4 additions and 2 deletions
3
debian/templates/SIPconfig.xml
vendored
3
debian/templates/SIPconfig.xml
vendored
|
@ -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">
|
||||
<screen_msg_regex find="Greetings from Koha." replace="Welcome to your library!" />
|
||||
<screen_msg_regex find="Invalid patron barcode." replace="Barcode not found, are you sure this is your library card?" />
|
||||
</login>
|
||||
|
|
|
@ -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">
|
||||
<screen_msg_regex find="Greetings from Koha." replace="Welcome to your library!" />
|
||||
<screen_msg_regex find="Invalid patron barcode." replace="Barcode not found, are you sure this is your library card?" />
|
||||
<patron_attribute field="XY" code="CODE" />
|
||||
|
|
Loading…
Reference in a new issue