Lines 48-54
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
48 |
|
48 |
|
49 |
columns_settings = [% ColumnsSettings.GetColumns( 'circ', 'circulation', 'issues-table', 'json' ) %] |
49 |
columns_settings = [% ColumnsSettings.GetColumns( 'circ', 'circulation', 'issues-table', 'json' ) %] |
50 |
|
50 |
|
51 |
[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% ELSE %]$.cookie("holdfor",null, { path: "/", expires: 0 });[% END %] |
51 |
[% IF ( borrowernumber ) %] |
|
|
52 |
if($.cookie("holdfor") != [% borrowernumber %]){ |
53 |
$.removeCookie("holdfor", { path: '/' }); |
54 |
} |
55 |
[% ELSE %] |
56 |
$.removeCookie("holdfor", { path: '/' }); |
57 |
[% END %] |
58 |
|
52 |
[% UNLESS ( borrowernumber ) %][% UNLESS ( borrowers ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %] |
59 |
[% UNLESS ( borrowernumber ) %][% UNLESS ( borrowers ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %] |
53 |
|
60 |
|
54 |
// On-site checkout |
61 |
// On-site checkout |
55 |
- |
|
|