[% USE Branches %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] Overdues at [% Branches.GetLoggedInBranchname | html %] › Circulation › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]

Circulation: Overdues at [% Branches.GetLoggedInBranchname | html %]

[% IF ( overduesloop ) %] [% FOREACH overduesloo IN overduesloop %] [% END %]
Date due Title Patron Location
[% overduesloo.date_due | html %] [% INCLUDE 'biblio-title.inc' biblio=overduesloo link = 1 %] [% IF ( overduesloo.author ) %] by [% overduesloo.author | html %][% END %]
Barcode : [% overduesloo.barcode | html %]
[% overduesloo.borrowersurname | html %], [% overduesloo.borrowerfirstname | html %]
[% overduesloo.cardnumber | html %]
[% overduesloo.borrowerphone | html %]
[% IF ( overduesloo.borroweremail ) %] [% overduesloo.borroweremail | html %][% END %]
[% Branches.GetName( overduesloo.homebranch ) | html %] [% overduesloo.itemcallnumber | html %]
[% ELSE %]
There are no overdues for today[% IF ( location ) %] at the selected location[% END %].
[% END %] [% IF ( todayoverduesloop ) %]
[% FOREACH todayoverduesloo IN todayoverduesloop %] [% END %]
Today's notifications
Date due Title Borrower Location Cancel

[% todayoverduesloo.date_due | html %]

[% todayoverduesloo.title | html %]   ([% todayoverduesloo.description | html %])
Barcode : [% todayoverduesloo.barcode | html %]

[% todayoverduesloo.borrowersurname | html %]   [% todayoverduesloo.borrowerfirstname | html %]
[% todayoverduesloo.cardnumber | html %]

[% todayoverduesloo.borrowerphone | html %]
[% IF ( todayoverduesloo.borroweremail ) %] [% todayoverduesloo.borroweremail | html %][% END %]

[% Branches.GetName( todayoverduesloo.homebranch ) | html %] [% todayoverduesloo.itemcallnumber | html %]

Cancel notification
[% END %]
[% IF Koha.Preference('CircSidebar') %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]