@@ -, +, @@ additems.pl (and other item cataloguing pages) - Administration -> MARC bibliographic framework -> MARC structure -> 952 -> Edit subfields: - subfields d ("Date acquired") and w ("Price effective from"): - Other options -> Plugin -> dateaccessioned.pl - Go to cataloging and add or edit an item on a bibliographic record - The "Date acquired" and "Price effective from" fields should be styled as datepickers. - Clicking in these fields should populate the field with today's date and trigger the datepicker popup. - Test that all the datepicker features work correctly. - Test that manual entry of a date works. - With the AcqCreateItem system preference set to "placing an order," go to Acquisitions -> Vendor -> Add to basket. - Add a title to your basket using your preferred method. - In the "New order" form, find the section for adding an item. - Test the "Date acquired" and "Price effective from" fields, which should behave just like they did in the cataloging module. --- cataloguing/value_builder/dateaccessioned.pl | 11 ++++++++++- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 1 + .../prog/en/modules/acqui/newordersubscription.tt | 1 + .../intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt | 1 + .../intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 1 + 5 files changed, 14 insertions(+), 1 deletion(-) --- a/cataloguing/value_builder/dateaccessioned.pl +++ a/cataloguing/value_builder/dateaccessioned.pl @@ -3,6 +3,7 @@ # Converted to new plugin style (Bug 13437) # Copyright 2000-2002 Katipo Communications +# Parts copyright Athens County Public Libraries 2019 # # This file is part of Koha. # @@ -32,13 +33,21 @@ my $builder = sub {