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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-2 / +4 lines)
Lines 23-29 Link Here
23
</head>
23
</head>
24
24
25
[% marcfield_tables = ['subscription', 'aqorders'] %]
25
[% marcfield_tables = ['subscription', 'aqorders'] %]
26
[% searchable_tables = ['subscription', 'aqbasket', 'aqinvoices'] %]
26
[% searchable_tables = ['subscription', 'aqbasket', 'aqinvoices', 'erm_licenses'] %]
27
[% show_marcfield = marcfield_tables.grep('^' _ tablename _ '$').size ? 1 : 0 %]
27
[% show_marcfield = marcfield_tables.grep('^' _ tablename _ '$').size ? 1 : 0 %]
28
[% show_searchable = searchable_tables.grep('^' _ tablename _ '$').size ? 1 : 0 %]
28
[% show_searchable = searchable_tables.grep('^' _ tablename _ '$').size ? 1 : 0 %]
29
29
Lines 135-140 Link Here
135
                    [% WRAPPER table_option value="accountlines:credit" %]Account lines (credit)[% END %]
135
                    [% WRAPPER table_option value="accountlines:credit" %]Account lines (credit)[% END %]
136
                    [% WRAPPER table_option value="accountlines:debit" %]Account lines (debit)[% END %]
136
                    [% WRAPPER table_option value="accountlines:debit" %]Account lines (debit)[% END %]
137
                [% END %]
137
                [% END %]
138
                [% IF CAN_user_erm %]
139
                    [% WRAPPER table_option value="erm_licenses" %]ERM Licenses[% END %]
140
                [% END %]
138
            </ul>
141
            </ul>
139
            [% ELSE %]
142
            [% ELSE %]
140
                Additional permissions are required for editing additional fields
143
                Additional permissions are required for editing additional fields
141
- 

Return to bug 35287