5 Aug
2015
5 Aug
'15
5:48 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14527 --- Comment #18 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- In UNIMARC, Date-of-acquisition is usually defined in 099$c, this is the default Zebra configuration. One must use the script misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl to copy creation date from database to 099$c. We usually set it nightly to only update daily modified/created records : misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl --run --where "TO_DAYS(NOW()) - TO_DAYS(biblio.datecreated) <= 1 OR TO_DAYS(NOW()) - TO_DAYS(DATE(biblio.timestamp)) <= 1" -- You are receiving this mail because: You are watching all bug changes.