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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-2 / +1 lines)
Lines 138-144 Link Here
138
            EnableItemGroups: [% Koha.Preference('EnableItemGroups') ? 1 : 0 | html %],
138
            EnableItemGroups: [% Koha.Preference('EnableItemGroups') ? 1 : 0 | html %],
139
            UseRecalls: [% Koha.Preference('UseRecalls') ? 1 : 0 | html %],
139
            UseRecalls: [% Koha.Preference('UseRecalls') ? 1 : 0 | html %],
140
            UseCourseReserves: [% Koha.Preference('UseCourseReserves') ? 1 : 0 | html %],
140
            UseCourseReserves: [% Koha.Preference('UseCourseReserves') ? 1 : 0 | html %],
141
            ClaimReturnedLostValue: [% Koha.Preference('ClaimReturnedLostValue') | html %],
141
            ClaimReturnedLostValue: [% Koha.Preference('ClaimReturnedLostValue') ? 1 : 0 | html %],
142
            EasyAnalyticalRecords: [% Koha.Preference('EasyAnalyticalRecords') ? 1 : 0| html %],
142
            EasyAnalyticalRecords: [% Koha.Preference('EasyAnalyticalRecords') ? 1 : 0| html %],
143
            SeparateHoldings: [% Koha.Preference('SeparateHoldings') ? 1 : 0 | html %],
143
            SeparateHoldings: [% Koha.Preference('SeparateHoldings') ? 1 : 0 | html %],
144
            SeparateHoldingsBranch: "[% Koha.Preference('SeparateHoldingsBranch') || 'homebranch' | html %]",
144
            SeparateHoldingsBranch: "[% Koha.Preference('SeparateHoldingsBranch') || 'homebranch' | html %]",
145
- 

Return to bug 41566