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

(-)a/etc/SIPconfig.xml (-2 / +2 lines)
Lines 80-90 Link Here
80
             format_due_date="0"
80
             format_due_date="0"
81
             inhouse_item_types=""
81
             inhouse_item_types=""
82
             inhouse_patron_categories=""
82
             inhouse_patron_categories=""
83
             lost_status_for_missing="4" <!-- defines which Koha lost status will return the circulation status 13 ( i.e. missing ) for this account -->
83
             lost_status_for_missing="4"
84
             blocked_item_types="VM|MU"
84
             blocked_item_types="VM|MU"
85
             seen_on_item_information="mark_found"> <!-- could be "keep_lost", empty to disable -->
85
             seen_on_item_information="mark_found"> <!-- could be "keep_lost", empty to disable -->
86
             <!-- lost_block_checkout sets flag if patron has more than the given current checkouts that are lost ( itemlost > 0 by default ) -->
86
             <!-- lost_block_checkout sets flag if patron has more than the given current checkouts that are lost ( itemlost > 0 by default ) -->
87
             <!-- lost_block_checkout_value determines the minimum lost item value to count ( that is, the value in items.itemlost ) -->
87
             <!-- lost_block_checkout_value determines the minimum lost item value to count ( that is, the value in items.itemlost ) -->
88
             <!-- lost_status_for_missing defines which Koha lost status will return the circulation status 13 ( i.e. missing ) for this account -->
88
          <!-- Refer to syspref SIP2SortBinMapping for full explanation of sort bin mapping -->
89
          <!-- Refer to syspref SIP2SortBinMapping for full explanation of sort bin mapping -->
89
          <sort_bin_mapping mapping="CPL:itype:eq:BK:1"/>
90
          <sort_bin_mapping mapping="CPL:itype:eq:BK:1"/>
90
          <sort_bin_mapping mapping="CPL:location:eq:OFFICE:2"/>
91
          <sort_bin_mapping mapping="CPL:location:eq:OFFICE:2"/>
91
- 

Return to bug 34868