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 134-139 Link Here
134
                    [% WRAPPER table_option value="accountlines:credit" %]Account lines (credit)[% END %]
134
                    [% WRAPPER table_option value="accountlines:credit" %]Account lines (credit)[% END %]
135
                    [% WRAPPER table_option value="accountlines:debit" %]Account lines (debit)[% END %]
135
                    [% WRAPPER table_option value="accountlines:debit" %]Account lines (debit)[% END %]
136
                [% END %]
136
                [% END %]
137
                [% IF CAN_user_erm %]
138
                    [% WRAPPER table_option value="erm_licenses" %]ERM Licenses[% END %]
139
                [% END %]
137
            </ul>
140
            </ul>
138
            [% ELSE %]
141
            [% ELSE %]
139
                Additional permissions are required for editing additional fields
142
                Additional permissions are required for editing additional fields
140
- 

Return to bug 35287