https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10848
--- Comment #49 from Jacek Ablewicz <[email protected]> --- (In reply to Katrin Fischer from comment #41) > If I enter a wrong format into the year field, it says 'Please use the > specified > format' (translated from German), but gives no clue about the format. On the 2nd thought, previous pattern ("[12][0-9\-\?]{3}") wasn't making much sense - copyrightdate in the DB is just smallint(5). Added a hint for the user regarding the required format for that field as a title="", i.e. tooltip. Doesn't always work quite perfectly (depending on the browser), but hopefully it would be good enough for the time being / close enough for government work. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
