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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +3 lines)
Lines 1435-1441 Link Here
1435
        $(".holdingst").dataTable($.extend(true, {}, dataTablesDefaults, {
1435
        $(".holdingst").dataTable($.extend(true, {}, dataTablesDefaults, {
1436
            "aoColumns": [
1436
            "aoColumns": [
1437
                [% IF ( item_level_itypes ) %]null,[% END %]
1437
                [% IF ( item_level_itypes ) %]null,[% END %]
1438
                null,
1438
		[% UNLESS ( singleBranchModel ) %]
1439
			[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %]null,[% END %]
1440
		[% END %]
1439
                [% IF ( OpacLocationBranchToDisplay == 'both' ) %]null,[% END %]
1441
                [% IF ( OpacLocationBranchToDisplay == 'both' ) %]null,[% END %]
1440
                [% IF ( itemdata_ccode ) %]null,[% END %]
1442
                [% IF ( itemdata_ccode ) %]null,[% END %]
1441
                null,
1443
                null,
1442
- 

Return to bug 15636