https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21575
Bug ID: 21575
Summary: Fix ArticleRequestsMandatoryFieldsItem(s)Only variants
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
The ArticleRequestsMandatoryFieldsItemsOnly shows up on the local use pref tab,
because there is a mismatch between what's in the database and what we have in
the yaml file and templates:
With S:
installer/data/mysql/sysprefs.sql:('ArticleRequestsMandatoryFieldsItemsOnly',
'', NULL, 'Comma delimited list of required fields for bibs where article
requests rule = ''item_only''', 'multiple'),
installer/data/mysql/updatedatabase.pl:
('ArticleRequestsMandatoryFieldsItemsOnly', '', NULL, 'Comma delimited list of
required fields for bibs where article requests rule = ''item_only''',
'multiple'),
Without S:
ArticleRequestsMandatoryFieldsItemOnly
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref:
- pref: ArticleRequestsMandatoryFieldsItemOnly
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt: [%
IF article_request_type == 'item_only' %] [% SET mandatory_fields =
Koha.Preference('ArticleRequestsMandatoryFieldsItemOnly') %] [% END %]
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/