@@ -, +, @@ when ArticleRequests syspref is disabled rules --> There isn't any mention of article requests in the table --> There are no other article requests tables --> There should be an article requests yes/no column --> There are other article requests tables, Default open article requests limit and Default article request fees --- .../intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -141,7 +141,9 @@ Holds per record (count) On shelf holds allowed OPAC item level holds + [% IF Koha.Preference('ArticleRequests') %] Article requests + [% END %] Rental discount (%) [% IF Koha.Preference('UseRecalls') %] Recalls allowed (total) @@ -361,6 +363,7 @@ Don't allow [% END %] + [% IF Koha.Preference('ArticleRequests') %] [% IF article_requests == 'no' %] No @@ -372,6 +375,7 @@ Item only [% END %] + [% END %] [% rentaldiscount | html %] [% IF Koha.Preference('UseRecalls') %] [% recalls_allowed | html %] @@ -507,6 +511,7 @@ + [% IF Koha.Preference('ArticleRequests') %] + [% END %] [% IF Koha.Preference('UseRecalls') %] @@ -573,7 +579,9 @@ Holds per record (count) On shelf holds allowed OPAC item level holds + [% IF Koha.Preference('ArticleRequests') %] Article requests + [% END %] Rental discount (%) [% IF Koha.Preference('UseRecalls') %] Recalls allowed (total) --