Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / etc / SIPconfig.xml
index 5d9ee98..f140ff2 100644 (file)
       <login id="lpl-sc-beacock" password="xyzzy"
              delimiter="|" error-detect="enabled" institution="LPL"
              send_patron_home_library_in_af="1"
+             cv_send_00_on_success="1"
+             ct_always_send="1"
+             cv_triggers_alert="1"
+             allow_empty_passwords="1"
              ae_field_template="[% patron.surname %][% IF patron.firstname %], [% patron.firstname %][% END %]"
              da_field_template="[% patron.surname %][% IF patron.firstname %], [% patron.firstname %][% END %]"
-             av_field_template="[% accountline.description %] [% accountline.amountoutstanding | format('%.2f') %]" >
+             av_field_template="[% accountline.description %] [% accountline.amountoutstanding | format('%.2f') %]"
+             hide_fields="BD,BE,BF,PB"
+             register_id=''>
           <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" />
+          <item_field field="ZY" code="permanent_location" />
+          <syspref_overrides>
+              <AllFinesNeedOverride>0</AllFinesNeedOverride>
+          </syspref_overrides>
+          <custom_patron_field field="DE" template="[% patron.dateexpiry %]" />
       </login>
   </accounts>
 
@@ -97,4 +108,13 @@ in our case "ILS".
             retries="5" />
     </institution>
 </institutions>
+
+<!-- This section allows system preferences to be overridden on a global basis.
+     If the same system preference is overridden at the login level, the login
+     version will take precedence.
+-->
+<syspref_overrides>
+      <AllFinesNeedOverride>0</AllFinesNeedOverride>
+</syspref_overrides>
+
 </acsconfig>