Bug 25482: Wrong permissions specification for adv editor macros
[koha-ffzg.git] / etc / SIPconfig.xml
index 7a2fd65..43f53e2 100644 (file)
              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" />
+          <syspref_overrides>
+              <AllFinesNeedOverride>0</AllFinesNeedOverride>
+          </syspref_overrides>
+          <custom_patron_field field="DE" template="[% patron.dateexpiry %]" />
       </login>
   </accounts>
 
@@ -99,4 +107,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>