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

(-)a/C4/Circulation.pm (-1 / +1 lines)
Lines 2017-2023 sub AddReturn { Link Here
2017
                    _CalculateAndUpdateFine( { issue => $issue, item => $item->unblessed, borrower => $patron_unblessed, return_date => $return_date } );
2017
                    _CalculateAndUpdateFine( { issue => $issue, item => $item->unblessed, borrower => $patron_unblessed, return_date => $return_date } );
2018
                }
2018
                }
2019
            } else {
2019
            } else {
2020
                carp "The checkin for the following issue failed, Please go to the about page, section 'data corrupted' to know how to fix this problem ($@)" . Dumper( $issue->unblessed );
2020
                carp "The checkin for the following issue failed, Please go to the about page and check all messages on the 'System information' to see if there are configuration / data issues ($@)" . Dumper( $issue->unblessed );
2021
2021
2022
                my $indexer = Koha::SearchEngine::Indexer->new({ index => $Koha::SearchEngine::BIBLIOS_INDEX });
2022
                my $indexer = Koha::SearchEngine::Indexer->new({ index => $Koha::SearchEngine::BIBLIOS_INDEX });
2023
                $indexer->index_records( $item->biblionumber, "specialUpdate", "biblioserver" );
2023
                $indexer->index_records( $item->biblionumber, "specialUpdate", "biblioserver" );
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-2 / +2 lines)
Lines 290-302 Link Here
290
                <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff interface and the OPAC will be broken.</td></tr>
290
                <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff interface and the OPAC will be broken.</td></tr>
291
                [% END %]
291
                [% END %]
292
                [% IF warnPrefAnonymousPatronOPACPrivacy %]
292
                [% IF warnPrefAnonymousPatronOPACPrivacy %]
293
                    <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
293
                    <tr><th scope="row"><strong class="error">Error</strong> </th><td>System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number or checkins for these patrons will fail.</td></tr>
294
                [% END %]
294
                [% END %]
295
                [% IF warnPrefAnonymousPatronAnonSuggestions %]
295
                [% IF warnPrefAnonymousPatronAnonSuggestions %]
296
                    <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
296
                    <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
297
                [% END %]
297
                [% END %]
298
                [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
298
                [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
299
                    <tr><th scope="row"><strong>Warning</strong> </th><td>Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
299
                    <tr><th scope="row"><strong class="error">Error</strong> </th><td>Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail.</td></tr>
300
                [% END %]
300
                [% END %]
301
                [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
301
                [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
302
                    <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
302
                    <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +1 lines)
Lines 512-518 Link Here
512
512
513
                        [% IF patron %]
513
                        [% IF patron %]
514
514
515
                            [% IF privacy == 2 AND NOT Koha.Preference('AnonymousPatron') %]
515
                            [% IF patron.privacy == 2 AND NOT Koha.Preference('AnonymousPatron') %]
516
                                <div class="dialog alert">
516
                                <div class="dialog alert">
517
                                    <strong>Error:</strong> This patron has requested their circulation history be anonymized on check-in, but the AnonymousPatron system preference is empty or incorrect.
517
                                    <strong>Error:</strong> This patron has requested their circulation history be anonymized on check-in, but the AnonymousPatron system preference is empty or incorrect.
518
                                </div>
518
                                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +1 lines)
Lines 290-296 Link Here
290
                                            <p class="problem ret_foreverdebarred"><strong>Reminder: </strong>Patron has an indefinite restriction.</p>
290
                                            <p class="problem ret_foreverdebarred"><strong>Reminder: </strong>Patron has an indefinite restriction.</p>
291
                                        [% END %]
291
                                        [% END %]
292
                                        [% IF errmsgloo.data_corrupted %]
292
                                        [% IF errmsgloo.data_corrupted %]
293
                                            <p class="problem ret_datacorrupt">The item has not been checked in due to a configuration issue in your system. You must ask an administrator to take a look at the <a href="/cgi-bin/koha/about.pl#sysinfo">about page</a> and search for the "data problems" section</p>
293
                                            <p class="problem ret_datacorrupt">The item has not been checked in due to a configuration issue in your system. You must ask an administrator to take a look at the <a href="/cgi-bin/koha/about.pl#sysinfo">about page</a> and correct all errors shown on the "System information" tab</p>
294
                                        [% END %]
294
                                        [% END %]
295
                                    [% END # /FOREACH errmsgloo %]
295
                                    [% END # /FOREACH errmsgloo %]
296
                                </div> <!-- /.dialog.dialog-alert -->
296
                                </div> <!-- /.dialog.dialog-alert -->
297
- 

Return to bug 26950