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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-6 / +5 lines)
Lines 99-114 Patrons: Link Here
99
               0: "Don't"
99
               0: "Don't"
100
         - charge a fee when a patron changes to a category with an enrollment fee.
100
         - charge a fee when a patron changes to a category with an enrollment fee.
101
     -
101
     -
102
         - Select which patron activities should be tracked to signify patron activity. The first time each day that one of these activities occurs, borrowers.lastseen will update with the current date and time.
102
         - Select which patron activities should be tracked to signify patron activity. Each time that one of these activities occurs, borrowers.lastseen will update with the current date and time.
103
         - pref: TrackLastPatronActivityTriggers
103
         - pref: TrackLastPatronActivityTriggers
104
           multiple:
104
           multiple:
105
               login: "Login"
105
               login: "Logging in"
106
               connection: "Connection to Koha via SIP or ILSDI"
106
               connection: "Connecting to Koha via SIP or ILSDI"
107
               check_out: "Checking out an item"
107
               check_out: "Checking out an item"
108
               renewal: "Renewing an item"
108
               renewal: "Renewing an item"
109
               check_in: "Returning an item"
109
               check_in: "Checking in an item"
110
               hold: "Placing a hold on an item"
110
               hold: "Placing a hold on an item"
111
               article: "Places an article request"
111
               article: "Placing an article request"
112
     -
112
     -
113
         - pref: AutoApprovePatronProfileSettings
113
         - pref: AutoApprovePatronProfileSettings
114
           choices:
114
           choices:
115
- 

Return to bug 35221