https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29638 Bug ID: 29638 Summary: Framework default value for year is not <<YEAR>> but is <<YYYY>> Change sponsored?: --- Product: Koha Version: 21.05 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Documentation Assignee: koha-bugs@lists.koha-community.org Reporter: courtenay.johnson@gmail.com QA Contact: testopia@bugs.koha-community.org The online manual description of the Framework default value field incorrectly describes the special values associated with date. It mentions <<YEAR>>,<<MM>>, AND <<DD>>. The ones for month and day work, but not the one for year. This documentation is misleading. After looking at the additem.pl if found out why the <<YEAR>> did not work. It should be <<YYYY>> which does work as expected. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.