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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +10 lines)
Lines 1153-1158 Circulation: Link Here
1153
                  0: allow
1153
                  0: allow
1154
            - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
1154
            - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
1155
    Fines policy:
1155
    Fines policy:
1156
        -
1157
            - pref: AccountLinesBranchSource
1158
              type: choice
1159
              default: none
1160
              choices:
1161
                  itemhomebranch: "the item's home library"
1162
                  patronhomebranch: "the patron's home library"
1163
                  checkoutbranch: "the library the item was checked out from"
1164
                  none: "do not populate the branchcode"
1165
            - determines which branchcode is recorded in the accountlines table.
1156
        -
1166
        -
1157
            - pref: finesCalendar
1167
            - pref: finesCalendar
1158
              type: choice
1168
              type: choice
1159
- 

Return to bug 35612