Bug 29963: Do not prefill empty date fields with today's date
[srvgit] / cataloguing / value_builder / dateaccessioned.pl
index 2f027c8..d1377a2 100755 (executable)
@@ -41,8 +41,6 @@ my $builder = sub {
         altInputClass: "input_marceditor flatpickr-input",
         dateFormat: "Y-m-d"
     });
-    /* Set current date on page load */
-    set_to_today($function_name.id);
 });
 
 function Focus$function_name(event) {