|
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 |
- |
|
|