View | Details | Raw Unified | Return to bug 28730
Collapse All | Expand All

(-)a/debian/templates/SIPconfig.xml (-1 / +2 lines)
Lines 53-59 Link Here
53
             send_patron_home_library_in_af="1"
53
             send_patron_home_library_in_af="1"
54
             av_field_template="[% accountline.description %] [% accountline.amountoutstanding | format('%.2f') %]"
54
             av_field_template="[% accountline.description %] [% accountline.amountoutstanding | format('%.2f') %]"
55
             holds_block_checkin="0"
55
             holds_block_checkin="0"
56
             overdues_block_checkout="1">
56
             overdues_block_checkout="1"
57
             format_due_date="0">
57
          <screen_msg_regex find="Greetings from Koha." replace="Welcome to your library!" />
58
          <screen_msg_regex find="Greetings from Koha." replace="Welcome to your library!" />
58
          <screen_msg_regex find="Invalid patron barcode." replace="Barcode not found, are you sure this is your library card?" />
59
          <screen_msg_regex find="Invalid patron barcode." replace="Barcode not found, are you sure this is your library card?" />
59
      </login>
60
      </login>
(-)a/etc/SIPconfig.xml (-2 / +2 lines)
Lines 71-77 Link Here
71
             register_id=''
71
             register_id=''
72
             holds_block_checkin="0"
72
             holds_block_checkin="0"
73
             prevcheckout_block_checkout="0"
73
             prevcheckout_block_checkout="0"
74
             overdues_block_checkout="1">
74
             overdues_block_checkout="1"
75
             format_due_date="0">
75
          <screen_msg_regex find="Greetings from Koha." replace="Welcome to your library!" />
76
          <screen_msg_regex find="Greetings from Koha." replace="Welcome to your library!" />
76
          <screen_msg_regex find="Invalid patron barcode." replace="Barcode not found, are you sure this is your library card?" />
77
          <screen_msg_regex find="Invalid patron barcode." replace="Barcode not found, are you sure this is your library card?" />
77
          <patron_attribute field="XY" code="CODE" />
78
          <patron_attribute field="XY" code="CODE" />
78
- 

Return to bug 28730