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

(-)a/debian/templates/SIPconfig.xml (-1 / +2 lines)
Lines 54-60 Link Here
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
             format_due_date="0"
58
             never_demagnetize="">
58
          <screen_msg_regex find="Greetings from Koha." replace="Welcome to your library!" />
59
          <screen_msg_regex find="Greetings from Koha." replace="Welcome to your library!" />
59
          <screen_msg_regex find="Invalid patron barcode." replace="Barcode not found, are you sure this is your library card?" />
60
          <screen_msg_regex find="Invalid patron barcode." replace="Barcode not found, are you sure this is your library card?" />
60
      </login>
61
      </login>
(-)a/etc/SIPconfig.xml (-2 / +2 lines)
Lines 72-78 Link Here
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
             format_due_date="0"
76
             never_demagnetize="">
76
          <!-- Refer to syspref SIP2SortBinMapping for full explanation of sort bin mapping -->
77
          <!-- Refer to syspref SIP2SortBinMapping for full explanation of sort bin mapping -->
77
          <sort_bin_mapping mapping="CPL:itype:eq:BK:1"/>
78
          <sort_bin_mapping mapping="CPL:itype:eq:BK:1"/>
78
          <sort_bin_mapping mapping="CPL:location:eq:OFFICE:2"/>
79
          <sort_bin_mapping mapping="CPL:location:eq:OFFICE:2"/>
79
- 

Return to bug 26370