http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14527

--- Comment #18 from Fridolin SOMERS <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to