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 54-62 Link Here
54
54
55
<div id="RoutingListNote" class="hint customization_note"> Include the following note on all routing list slips. </div>
55
<div id="RoutingListNote" class="hint customization_note"> Include the following note on all routing list slips. </div>
56
56
57
<div id="SCOMainUserBlock_notes" class="hint customization_note"> Show this content on the web-based self checkout screen. </div>
57
<div id="SCOMainUserBlock_notes" class="hint customization_note"> Show this content on the web-based self-checkout screen. </div>
58
58
59
<div id="SelfCheckHelpMessage_notes" class="hint customization_note"> Show this content on the Help page of the web-based self checkout system. </div>
59
<div id="SelfCheckHelpMessage_notes" class="hint customization_note"> Show this content on the Help page of the web-based self-checkout system. </div>
60
60
61
<div id="SelfCheckInMainUserBlock_notes" class="hint customization_note"> Show this content on the self check-in screen. </div>
61
<div id="SelfCheckInMainUserBlock_notes" class="hint customization_note"> Show this content on the self check-in screen. </div>
62
62
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc (-1 / +1 lines)
Lines 570-576 Link Here
570
        <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>
570
        <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>
571
        <span class="permissioncode">([% name | html %])</span>
571
        <span class="permissioncode">([% name | html %])</span>
572
    [%- CASE 'self_checkout_module' -%]
572
    [%- CASE 'self_checkout_module' -%]
573
        <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>
573
        <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>
574
        <span class="permissioncode">([% name | html %])</span>
574
        <span class="permissioncode">([% name | html %])</span>
575
    [%- CASE 'manage_rota_items' -%]
575
    [%- CASE 'manage_rota_items' -%]
576
        <span class="sub_permission manage_rota_items_subpermission"> Add and remove items from rotas </span>
576
        <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 571-583 Link Here
571
                    [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
571
                    [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
572
                        <tr>
572
                        <tr>
573
                            <th scope="row"><strong>Warning</strong> </th>
573
                            <th scope="row"><strong>Warning</strong> </th>
574
                            <td> The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission. </td>
574
                            <td> The patron used for the self-checkout module at the OPAC does not have the self_check => self_checkout_module permission. </td>
575
                        </tr>
575
                        </tr>
576
                    [% END %]
576
                    [% END %]
577
                    [% IF AutoSelfCheckPatronHasTooManyPerm %]
577
                    [% IF AutoSelfCheckPatronHasTooManyPerm %]
578
                        <tr>
578
                        <tr>
579
                            <th scope="row"><strong>Warning</strong> </th>
579
                            <th scope="row"><strong>Warning</strong> </th>
580
                            <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>
580
                            <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>
581
                        </tr>
581
                        </tr>
582
                    [% END %]
582
                    [% END %]
583
                    [% IF warnNoTemplateCaching %]
583
                    [% 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 1254-1266 Circulation: Link Here
1254
              class: code
1254
              class: code
1255
    Self check-out module:
1255
    Self check-out module:
1256
        -
1256
        -
1257
            - "Include the following JavaScript on all pages in the web-based self checkout:"
1257
            - "Include the following JavaScript on all pages in the web-based self-checkout:"
1258
            - pref: SCOUserJS
1258
            - pref: SCOUserJS
1259
              type: textarea
1259
              type: textarea
1260
              syntax: javascript
1260
              syntax: javascript
1261
              class: code
1261
              class: code
1262
        -
1262
        -
1263
            - "Include the following CSS on all pages in the web-based self checkout:"
1263
            - "Include the following CSS on all pages in the web-based self-checkout:"
1264
            - pref: SCOUserCSS
1264
            - pref: SCOUserCSS
1265
              type: textarea
1265
              type: textarea
1266
              syntax: css
1266
              syntax: css
Lines 1270-1297 Circulation: Link Here
1270
              choices:
1270
              choices:
1271
                  1: Show
1271
                  1: Show
1272
                  0: "Don't show"
1272
                  0: "Don't show"
1273
            - "the patron's list of current checkouts by default when they log in to the self checkout module."
1273
            - "the patron's list of current checkouts by default when they log in to the self-checkout module."
1274
        -
1274
        -
1275
            - pref: ShowPatronImageInWebBasedSelfCheck
1275
            - pref: ShowPatronImageInWebBasedSelfCheck
1276
              choices:
1276
              choices:
1277
                  1: Show
1277
                  1: Show
1278
                  0: "Don't show"
1278
                  0: "Don't show"
1279
            - "the patron's picture (if one has been added) when they use the web-based self checkout."
1279
            - "the patron's picture (if one has been added) when they use the web-based self-checkout."
1280
        -
1280
        -
1281
            - pref: WebBasedSelfCheck
1281
            - pref: WebBasedSelfCheck
1282
              choices:
1282
              choices:
1283
                  1: Enable
1283
                  1: Enable
1284
                  0: "Don't enable"
1284
                  0: "Don't enable"
1285
            - "the web-based self checkout system (available at: /cgi-bin/koha/sco/sco-main.pl)."
1285
            - "the web-based self-checkout system (available at: /cgi-bin/koha/sco/sco-main.pl)."
1286
        -
1286
        -
1287
            - Have patrons log into the web-based self checkout system with their
1287
            - Have patrons log into the web-based self-checkout system with their
1288
            - pref: SelfCheckoutByLogin
1288
            - pref: SelfCheckoutByLogin
1289
              choices:
1289
              choices:
1290
                  1: username and password
1290
                  1: username and password
1291
                  0: cardnumber
1291
                  0: cardnumber
1292
            - ".</br>NOTE: If using 'cardnumber' and AutoSelfCheckAllowed you should set SelfCheckAllowByIPRanges to prevent brute force attacks to gain patron information outside the library."
1292
            - ".</br>NOTE: If using 'cardnumber' and AutoSelfCheckAllowed you should set SelfCheckAllowByIPRanges to prevent brute force attacks to gain patron information outside the library."
1293
        -
1293
        -
1294
            - "Time out the current patron's web-based self checkout system login after"
1294
            - "Time out the current patron's web-based self-checkout system login after"
1295
            - pref: SelfCheckTimeout
1295
            - pref: SelfCheckTimeout
1296
              class: integer
1296
              class: integer
1297
            - seconds.
1297
            - seconds.
Lines 1300-1312 Circulation: Link Here
1300
              choices:
1300
              choices:
1301
                  1: Allow
1301
                  1: Allow
1302
                  0: "Don't allow"
1302
                  0: "Don't allow"
1303
            - patrons to return items through web-based self checkout system. 
1303
            - patrons to return items through web-based self-checkout system.
1304
        -
1304
        -
1305
            - pref: AutoSelfCheckAllowed
1305
            - pref: AutoSelfCheckAllowed
1306
              choices:
1306
              choices:
1307
                  1: Allow
1307
                  1: Allow
1308
                  0: "Don't allow"
1308
                  0: "Don't allow"
1309
            - "the web-based self checkout system to automatically log in with this staff login"
1309
            - "the web-based self-checkout system to automatically log in with this staff login"
1310
            - pref: AutoSelfCheckID
1310
            - pref: AutoSelfCheckID
1311
            - and this password
1311
            - and this password
1312
            - pref: AutoSelfCheckPass
1312
            - pref: AutoSelfCheckPass
Lines 1318-1331 Circulation: Link Here
1318
              choices:
1318
              choices:
1319
                  1: Show
1319
                  1: Show
1320
                  0: "Don't show"
1320
                  0: "Don't show"
1321
            - "the print receipt popup dialog when self checkout is finished."
1321
            - "the print receipt popup dialog when self-checkout is finished."
1322
        -
1322
        -
1323
            - "Allow access to the self check from the following IP addresses:"
1323
            - "Allow access to the self check from the following IP addresses:"
1324
            - pref: SelfCheckAllowByIPRanges
1324
            - pref: SelfCheckAllowByIPRanges
1325
              class: short
1325
              class: short
1326
            - (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>.)
1326
            - (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>.)
1327
        -
1327
        -
1328
            - "Patron categories allowed to check out in a batch while logged into the self checkout system:"
1328
            - "Patron categories allowed to check out in a batch while logged into the self-checkout system:"
1329
            - pref: SCOBatchCheckoutsValidCategories
1329
            - pref: SCOBatchCheckoutsValidCategories
1330
              choices: patron-categories
1330
              choices: patron-categories
1331
              class: multiple
1331
              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 72-78 Link Here
72
                <div class="container-fluid">
72
                <div class="container-fluid">
73
                    <div class="row">
73
                    <div class="row">
74
                        <div class="[% main_div_class | html %]">
74
                        <div class="[% main_div_class | html %]">
75
                            <div id="masthead"><h1>[% LibraryName | html %] Self checkout system</h1></div>
75
                            <div id="masthead"><h1>[% LibraryName | html %] Self-checkout system</h1></div>
76
76
77
                            [% PROCESS display_errors %]
77
                            [% PROCESS display_errors %]
78
78
Lines 302-308 Link Here
302
                <div class="container-fluid">
302
                <div class="container-fluid">
303
                    <div class="row">
303
                    <div class="row">
304
                        <div class="[% main_div_class | html %]">
304
                        <div class="[% main_div_class | html %]">
305
                            <div id="masthead"><h1>[% LibraryName | html %] Self checkout system</h1></div>
305
                            <div id="masthead"><h1>[% LibraryName | html %] Self-checkout system</h1></div>
306
306
307
                            [% PROCESS display_errors %]
307
                            [% PROCESS display_errors %]
308
308
Lines 383-389 Link Here
383
            <div class="container-fluid">
383
            <div class="container-fluid">
384
                <div class="row">
384
                <div class="row">
385
                    <div class="[% main_div_class | html %]">
385
                    <div class="[% main_div_class | html %]">
386
                        <div id="masthead"><h1>[% LibraryName | html %] Self checkout system</h1></div>
386
                        <div id="masthead"><h1>[% LibraryName | html %] Self-checkout system</h1></div>
387
387
388
                        [% PROCESS display_errors %]
388
                        [% PROCESS display_errors %]
389
389
(-)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