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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-5 / +4 lines)
Lines 1443-1452 Link Here
1443
        $(".holdingst").dataTable($.extend(true, {}, dataTablesDefaults, {
1443
        $(".holdingst").dataTable($.extend(true, {}, dataTablesDefaults, {
1444
            "aoColumns": [
1444
            "aoColumns": [
1445
                [% IF ( item_level_itypes ) %]null,[% END %]
1445
                [% IF ( item_level_itypes ) %]null,[% END %]
1446
		[% UNLESS ( singleBranchModel ) %]
1446
                [% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' || singleBranchMode ) %]null,[% END %]
1447
			[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %]null,[% END %]
1447
                [% UNLESS ( singleBranchMode ) %]
1448
		[% END %]
1448
                    [% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %]null,[% END %]
1449
                [% IF ( OpacLocationBranchToDisplay == 'both' ) %]null,[% END %]
1449
                [% END %]
1450
                [% IF ( itemdata_ccode ) %]null,[% END %]
1450
                [% IF ( itemdata_ccode ) %]null,[% END %]
1451
                null,
1451
                null,
1452
                [% IF ( itemdata_enumchron ) %]null,[% END %]
1452
                [% IF ( itemdata_enumchron ) %]null,[% END %]
1453
- 

Return to bug 15636