https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31665
--- Comment #7 from Lucas Gass <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
