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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc (-2 / +2 lines)
Lines 52-60 Link Here
52
52
53
<div id="RoutingListNote" class="hint customization_note"> Include the following note on all routing list slips. </div>
53
<div id="RoutingListNote" class="hint customization_note"> Include the following note on all routing list slips. </div>
54
54
55
<div id="SCOMainUserBlock_notes" class="hint customization_note"> Show this content on the web-based self checkout screen. </div>
55
<div id="SCOMainUserBlock_notes" class="hint customization_note"> Show this content on the web-based self-checkout screen. </div>
56
56
57
<div id="SelfCheckHelpMessage_notes" class="hint customization_note"> Show this content on the Help page of the web-based self checkout system. </div>
57
<div id="SelfCheckHelpMessage_notes" class="hint customization_note"> Show this content on the Help page of the web-based self-checkout system. </div>
58
58
59
<div id="SelfCheckInMainUserBlock_notes" class="hint customization_note"> Show this content on the self check-in screen. </div>
59
<div id="SelfCheckInMainUserBlock_notes" class="hint customization_note"> Show this content on the self check-in screen. </div>
60
60
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc (-1 / +1 lines)
Lines 567-573 Link Here
567
        <span class="sub_permission self_checkin_module_subpermission"> Log into the self check-in module. Note: this permission prevents the patron from using any other OPAC functionality </span>
567
        <span class="sub_permission self_checkin_module_subpermission"> Log into the self check-in module. Note: this permission prevents the patron from using any other OPAC functionality </span>
568
        <span class="permissioncode">([% name | html %])</span>
568
        <span class="permissioncode">([% name | html %])</span>
569
    [%- CASE 'self_checkout_module' -%]
569
    [%- CASE 'self_checkout_module' -%]
570
        <span class="sub_permission self_checkout_module_subpermission"> Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID </span>
570
        <span class="sub_permission self_checkout_module_subpermission"> Perform self-checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID </span>
571
        <span class="permissioncode">([% name | html %])</span>
571
        <span class="permissioncode">([% name | html %])</span>
572
    [%- CASE 'manage_rota_items' -%]
572
    [%- CASE 'manage_rota_items' -%]
573
        <span class="sub_permission manage_rota_items_subpermission"> Add and remove items from rotas </span>
573
        <span class="sub_permission manage_rota_items_subpermission"> Add and remove items from rotas </span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-2 / +2 lines)
Lines 566-578 Link Here
566
                    [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
566
                    [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
567
                        <tr>
567
                        <tr>
568
                            <th scope="row"><strong>Warning</strong> </th>
568
                            <th scope="row"><strong>Warning</strong> </th>
569
                            <td> The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission. </td>
569
                            <td> The patron used for the self-checkout module at the OPAC does not have the self_check => self_checkout_module permission. </td>
570
                        </tr>
570
                        </tr>
571
                    [% END %]
571
                    [% END %]
572
                    [% IF AutoSelfCheckPatronHasTooManyPerm %]
572
                    [% IF AutoSelfCheckPatronHasTooManyPerm %]
573
                        <tr>
573
                        <tr>
574
                            <th scope="row"><strong>Warning</strong> </th>
574
                            <th scope="row"><strong>Warning</strong> </th>
575
                            <td> The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. </td>
575
                            <td> The patron used for the self-checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. </td>
576
                        </tr>
576
                        </tr>
577
                    [% END %]
577
                    [% END %]
578
                    [% IF warnNoTemplateCaching %]
578
                    [% IF warnNoTemplateCaching %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-15 / +15 lines)
Lines 236-242 Circulation: Link Here
236
                  0: "Don't allow"
236
                  0: "Don't allow"
237
            - checkouts of items reserved to someone else via SIP checkout messages.
237
            - checkouts of items reserved to someone else via SIP checkout messages.
238
            - If allowed do not generate RESERVED warning.
238
            - If allowed do not generate RESERVED warning.
239
            - This allows self checkouts for those items. If using the holds queue items with pending holds will be marked as "unavailable" if this set to "Don't allow".
239
            - This allows self-checkouts for those items. If using the holds queue items with pending holds will be marked as "unavailable" if this set to "Don't allow".
240
        -
240
        -
241
            - pref: AllowItemsOnLoanCheckoutSIP
241
            - pref: AllowItemsOnLoanCheckoutSIP
242
              choices:
242
              choices:
Lines 244-262 Circulation: Link Here
244
                  0: "Don't allow"
244
                  0: "Don't allow"
245
            - checkouts of items already checked out to someone else via SIP checkout messages.
245
            - checkouts of items already checked out to someone else via SIP checkout messages.
246
            - If allowed do not generate ISSUED_TO_ANOTHER warning.
246
            - If allowed do not generate ISSUED_TO_ANOTHER warning.
247
            - This allows self checkouts for those items.
247
            - This allows self-checkouts for those items.
248
        -
248
        -
249
            - pref: AllowItemsOnHoldCheckoutSCO
249
            - pref: AllowItemsOnHoldCheckoutSCO
250
              choices:
250
              choices:
251
                  1: Allow
251
                  1: Allow
252
                  0: "Don't allow"
252
                  0: "Don't allow"
253
            - checkouts of items reserved to someone else in the SCO module. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
253
            - checkouts of items reserved to someone else in the SCO module. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self-checkouts for those items.
254
        -
254
        -
255
            - pref: AllFinesNeedOverride
255
            - pref: AllFinesNeedOverride
256
              choices:
256
              choices:
257
                  1: Require
257
                  1: Require
258
                  0: "Don't require"
258
                  0: "Don't require"
259
            - staff to manually override all fines, even fines less than set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference. Enabling this system preference will block all checkouts for patrons with fines both via the web-based self checkout system and via SIP.
259
            - staff to manually override all fines, even fines less than set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference. Enabling this system preference will block all checkouts for patrons with fines both via the web-based self-checkout system and via SIP.
260
        -
260
        -
261
            - pref: AllowFineOverride
261
            - pref: AllowFineOverride
262
              choices:
262
              choices:
Lines 1247-1259 Circulation: Link Here
1247
              class: code
1247
              class: code
1248
    Self check-out module:
1248
    Self check-out module:
1249
        -
1249
        -
1250
            - "Include the following JavaScript on all pages in the web-based self checkout:"
1250
            - "Include the following JavaScript on all pages in the web-based self-checkout:"
1251
            - pref: SCOUserJS
1251
            - pref: SCOUserJS
1252
              type: textarea
1252
              type: textarea
1253
              syntax: javascript
1253
              syntax: javascript
1254
              class: code
1254
              class: code
1255
        -
1255
        -
1256
            - "Include the following CSS on all pages in the web-based self checkout:"
1256
            - "Include the following CSS on all pages in the web-based self-checkout:"
1257
            - pref: SCOUserCSS
1257
            - pref: SCOUserCSS
1258
              type: textarea
1258
              type: textarea
1259
              syntax: css
1259
              syntax: css
Lines 1263-1290 Circulation: Link Here
1263
              choices:
1263
              choices:
1264
                  1: Show
1264
                  1: Show
1265
                  0: "Don't show"
1265
                  0: "Don't show"
1266
            - "the patron's list of current checkouts by default when they log in to the self checkout module."
1266
            - "the patron's list of current checkouts by default when they log in to the self-checkout module."
1267
        -
1267
        -
1268
            - pref: ShowPatronImageInWebBasedSelfCheck
1268
            - pref: ShowPatronImageInWebBasedSelfCheck
1269
              choices:
1269
              choices:
1270
                  1: Show
1270
                  1: Show
1271
                  0: "Don't show"
1271
                  0: "Don't show"
1272
            - "the patron's picture (if one has been added) when they use the web-based self checkout."
1272
            - "the patron's picture (if one has been added) when they use the web-based self-checkout."
1273
        -
1273
        -
1274
            - pref: WebBasedSelfCheck
1274
            - pref: WebBasedSelfCheck
1275
              choices:
1275
              choices:
1276
                  1: Enable
1276
                  1: Enable
1277
                  0: "Don't enable"
1277
                  0: "Don't enable"
1278
            - "the web-based self checkout system (available at: /cgi-bin/koha/sco/sco-main.pl)."
1278
            - "the web-based self-checkout system (available at: /cgi-bin/koha/sco/sco-main.pl)."
1279
        -
1279
        -
1280
            - Have patrons log into the web-based self checkout system with their
1280
            - Have patrons log into the web-based self-checkout system with their
1281
            - pref: SelfCheckoutByLogin
1281
            - pref: SelfCheckoutByLogin
1282
              choices:
1282
              choices:
1283
                  1: username and password
1283
                  1: username and password
1284
                  0: cardnumber
1284
                  0: cardnumber
1285
            - ".</br>NOTE: If using 'cardnumber' and AutoSelfCheckAllowed you should set SelfCheckAllowByIPRanges to prevent brute force attacks to gain patron information outside the library."
1285
            - ".</br>NOTE: If using 'cardnumber' and AutoSelfCheckAllowed you should set SelfCheckAllowByIPRanges to prevent brute force attacks to gain patron information outside the library."
1286
        -
1286
        -
1287
            - "Time out the current patron's web-based self checkout system login after"
1287
            - "Time out the current patron's web-based self-checkout system login after"
1288
            - pref: SelfCheckTimeout
1288
            - pref: SelfCheckTimeout
1289
              class: integer
1289
              class: integer
1290
            - seconds.
1290
            - seconds.
Lines 1293-1305 Circulation: Link Here
1293
              choices:
1293
              choices:
1294
                  1: Allow
1294
                  1: Allow
1295
                  0: "Don't allow"
1295
                  0: "Don't allow"
1296
            - patrons to return items through web-based self checkout system. 
1296
            - patrons to return items through web-based self-checkout system. 
1297
        -
1297
        -
1298
            - pref: AutoSelfCheckAllowed
1298
            - pref: AutoSelfCheckAllowed
1299
              choices:
1299
              choices:
1300
                  1: Allow
1300
                  1: Allow
1301
                  0: "Don't allow"
1301
                  0: "Don't allow"
1302
            - "the web-based self checkout system to automatically log in with this staff login"
1302
            - "the web-based self-checkout system to automatically log in with this staff login"
1303
            - pref: AutoSelfCheckID
1303
            - pref: AutoSelfCheckID
1304
            - and this password
1304
            - and this password
1305
            - pref: AutoSelfCheckPass
1305
            - pref: AutoSelfCheckPass
Lines 1311-1324 Circulation: Link Here
1311
              choices:
1311
              choices:
1312
                  1: Show
1312
                  1: Show
1313
                  0: "Don't show"
1313
                  0: "Don't show"
1314
            - "the print receipt popup dialog when self checkout is finished."
1314
            - "the print receipt popup dialog when self-checkout is finished."
1315
        -
1315
        -
1316
            - "Allow access to the self check from the following IP addresses:"
1316
            - "Allow access to the self check from the following IP addresses:"
1317
            - pref: SelfCheckAllowByIPRanges
1317
            - pref: SelfCheckAllowByIPRanges
1318
              class: short
1318
              class: short
1319
            - (Leave blank if not used. Use ranges or simple IP addresses separated by spaces, like <code>192.168.1.1 192.168.0.0/24</code>.)
1319
            - (Leave blank if not used. Use ranges or simple IP addresses separated by spaces, like <code>192.168.1.1 192.168.0.0/24</code>.)
1320
        -
1320
        -
1321
            - "Patron categories allowed to check out in a batch while logged into the self checkout system:"
1321
            - "Patron categories allowed to check out in a batch while logged into the self-checkout system:"
1322
            - pref: SCOBatchCheckoutsValidCategories
1322
            - pref: SCOBatchCheckoutsValidCategories
1323
              choices: patron-categories
1323
              choices: patron-categories
1324
              class: multiple
1324
              class: multiple
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-1 / +1 lines)
Lines 112-118 Link Here
112
                [% IF Koha.Preference( 'OpacTrustedCheckout' ) %]
112
                [% IF Koha.Preference( 'OpacTrustedCheckout' ) %]
113
                    <li class="nav-item">
113
                    <li class="nav-item">
114
                        <a href="#" class="nav-link" title="Self check out" id="comenulink" role="button" data-bs-toggle="modal" data-bs-target="#checkoutModal">
114
                        <a href="#" class="nav-link" title="Self check out" id="comenulink" role="button" data-bs-toggle="modal" data-bs-target="#checkoutModal">
115
                            <i id="checkout-icon" class="fa fa-barcode fa-icon-black" aria-hidden="true"></i> <span class="checkout-label">Self checkout</span>
115
                            <i id="checkout-icon" class="fa fa-barcode fa-icon-black" aria-hidden="true"></i> <span class="checkout-label">Self-checkout</span>
116
                        </a>
116
                        </a>
117
                    </li>
117
                    </li>
118
                [% END %]
118
                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/checkout.inc (-1 / +1 lines)
Lines 3-9 Link Here
3
    <div class="modal-dialog">
3
    <div class="modal-dialog">
4
        <div class="modal-content">
4
        <div class="modal-content">
5
            <div class="modal-header">
5
            <div class="modal-header">
6
                <h1 class="modal-title" id="checkoutModalLabel">Self checkout</h1>
6
                <h1 class="modal-title" id="checkoutModalLabel">Self-checkout</h1>
7
                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
7
                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
8
            </div>
8
            </div>
9
            <div class="modal-body">
9
            <div class="modal-body">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-3 / +3 lines)
Lines 6-12 Link Here
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% SET SelfCheckHelpMessage = AdditionalContents.get( location => "SelfCheckHelpMessage", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET SelfCheckHelpMessage = AdditionalContents.get( location => "SelfCheckHelpMessage", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
<title>Self checkout help &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha[% END %]</title>
9
<title>Self-checkout help &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha[% END %]</title>
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
<meta name="generator" content="Koha" />
11
<meta name="generator" content="Koha" />
12
<!-- leave this for stats -->
12
<!-- leave this for stats -->
Lines 52-65 Link Here
52
        <div class="container-fluid">
52
        <div class="container-fluid">
53
            <div class="row">
53
            <div class="row">
54
                <div class="col order-first order-md-first order-lg-2">
54
                <div class="col order-first order-md-first order-lg-2">
55
                    <h1>Self checkout help</h1>
55
                    <h1>Self-checkout help</h1>
56
56
57
                    [% IF ( SelfCheckHelpMessage ) %]
57
                    [% IF ( SelfCheckHelpMessage ) %]
58
                        <div id="selfcheckhelpmessage"> [% PROCESS koha_news_block news => SelfCheckHelpMessage %] </div>
58
                        <div id="selfcheckhelpmessage"> [% PROCESS koha_news_block news => SelfCheckHelpMessage %] </div>
59
                    [% END %]
59
                    [% END %]
60
60
61
                    <div id="selfcheckdefaulthelpmessage">
61
                    <div id="selfcheckdefaulthelpmessage">
62
                        <p>If this is your first time using the self checkout system, or if the system is not behaving as expected, you may want to refer to this guide to get yourself started.</p>
62
                        <p>If this is your first time using the self-checkout system, or if the system is not behaving as expected, you may want to refer to this guide to get yourself started.</p>
63
63
64
                        <h2>Step one: Enter your user ID[% IF ( SelfCheckoutByLogin ) %]and password[% END %]</h2>
64
                        <h2>Step one: Enter your user ID[% IF ( SelfCheckoutByLogin ) %]and password[% END %]</h2>
65
65
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Print receipt for [% borrowernumber | html %] &rsaquo; Self checkout &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha[% END %]</title>
5
<title>Print receipt for [% borrowernumber | html %] &rsaquo; Self-checkout &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha[% END %]</title>
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
7
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
8
[% IF ( bidi ) %]
8
[% IF ( bidi ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-4 / +4 lines)
Lines 10-16 Link Here
10
[% SET SCOMainUserBlock = AdditionalContents.get( location => "SCOMainUserBlock", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
10
[% SET SCOMainUserBlock = AdditionalContents.get( location => "SCOMainUserBlock", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
11
[% PROCESS 'html_helpers.inc' %]
11
[% PROCESS 'html_helpers.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
13
<title>Self checkout &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha[% END %]</title>
13
<title>Self-checkout &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha[% END %]</title>
14
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
15
<meta name="generator" content="Koha" />
15
<meta name="generator" content="Koha" />
16
<!-- leave this for stats -->
16
<!-- leave this for stats -->
Lines 73-79 Link Here
73
                <div class="container-fluid">
73
                <div class="container-fluid">
74
                    <div class="row">
74
                    <div class="row">
75
                        <div class="[% main_div_class | html %]">
75
                        <div class="[% main_div_class | html %]">
76
                            <div id="masthead"><h1>[% LibraryName | html %] Self checkout system</h1></div>
76
                            <div id="masthead"><h1>[% LibraryName | html %] Self-checkout system</h1></div>
77
77
78
                            [% PROCESS display_errors %]
78
                            [% PROCESS display_errors %]
79
79
Lines 303-309 Link Here
303
                <div class="container-fluid">
303
                <div class="container-fluid">
304
                    <div class="row">
304
                    <div class="row">
305
                        <div class="[% main_div_class | html %]">
305
                        <div class="[% main_div_class | html %]">
306
                            <div id="masthead"><h1>[% LibraryName | html %] Self checkout system</h1></div>
306
                            <div id="masthead"><h1>[% LibraryName | html %] Self-checkout system</h1></div>
307
307
308
                            [% PROCESS display_errors %]
308
                            [% PROCESS display_errors %]
309
309
Lines 384-390 Link Here
384
            <div class="container-fluid">
384
            <div class="container-fluid">
385
                <div class="row">
385
                <div class="row">
386
                    <div class="[% main_div_class | html %]">
386
                    <div class="[% main_div_class | html %]">
387
                        <div id="masthead"><h1>[% LibraryName | html %] Self checkout system</h1></div>
387
                        <div id="masthead"><h1>[% LibraryName | html %] Self-checkout system</h1></div>
388
388
389
                        [% PROCESS display_errors %]
389
                        [% PROCESS display_errors %]
390
390
(-)a/t/mock_templates/intranet-tmpl/prog/en/modules/about.tt (-2 / +2 lines)
Lines 547-559 Link Here
547
                        [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
547
                        [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
548
                            <tr>
548
                            <tr>
549
                                <th scope="row"><strong>Warning</strong> </th>
549
                                <th scope="row"><strong>Warning</strong> </th>
550
                                <td> The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission. </td>
550
                                <td> The patron used for the self-checkout module at the OPAC does not have the self_check => self_checkout_module permission. </td>
551
                            </tr>
551
                            </tr>
552
                        [% END %]
552
                        [% END %]
553
                        [% IF AutoSelfCheckPatronHasTooManyPerm %]
553
                        [% IF AutoSelfCheckPatronHasTooManyPerm %]
554
                            <tr>
554
                            <tr>
555
                                <th scope="row"><strong>Warning</strong> </th>
555
                                <th scope="row"><strong>Warning</strong> </th>
556
                                <td> The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. </td>
556
                                <td> The patron used for the self-checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. </td>
557
                            </tr>
557
                            </tr>
558
                        [% END %]
558
                        [% END %]
559
                        [% IF warnNoTemplateCaching %]
559
                        [% IF warnNoTemplateCaching %]
(-)a/t/mock_templates/intranet-tmpl/prog/fr-CA/modules/about.tt (-3 / +2 lines)
Lines 547-559 Link Here
547
                        [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
547
                        [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
548
                            <tr>
548
                            <tr>
549
                                <th scope="row"><strong>Warning</strong> </th>
549
                                <th scope="row"><strong>Warning</strong> </th>
550
                                <td> The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission. </td>
550
                                <td> The patron used for the self-checkout module at the OPAC does not have the self_check => self_checkout_module permission. </td>
551
                            </tr>
551
                            </tr>
552
                        [% END %]
552
                        [% END %]
553
                        [% IF AutoSelfCheckPatronHasTooManyPerm %]
553
                        [% IF AutoSelfCheckPatronHasTooManyPerm %]
554
                            <tr>
554
                            <tr>
555
                                <th scope="row"><strong>Warning</strong> </th>
555
                                <th scope="row"><strong>Warning</strong> </th>
556
                                <td> The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. </td>
556
                                <td> The patron used for the self-checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. </td>
557
                            </tr>
557
                            </tr>
558
                        [% END %]
558
                        [% END %]
559
                        [% IF warnNoTemplateCaching %]
559
                        [% IF warnNoTemplateCaching %]
560
- 

Return to bug 40004