9 Jan
2023
9 Jan
'23
9:04 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31665 --- Comment #7 from Lucas Gass <lucas@bywatersolutions.com> --- Looking back at 21.05.x I see that this works with via the dateaccessioned.pl plugin. In the dateaccessioned.pl code there is this event handler: function Focus$function_name(event) { set_to_today(event.data.id); } Looking at master now I see that the event handler is still there on the 'tag_952_subfield_d_' element but has an input type of 'type="hidden"'. That is being hidden by flatpickr, so the event needs to be attached to the Flatpickr wrapper. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.