http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8844
--- Comment #12 from Fridolyn SOMERS <[email protected]> --- (In reply to comment #10) > This patch has been pushed to master. I did not test it personally because I > did not have an explanation of what the script does. Since it is a > UNIMARC-only script that has been tested by several UNIMARC users, I decided > to push it anyway so that it was available for inclusion in 3.10, per Paul's > request. Thanks Jared. The purpose of this script in a few words : When creating/saving a biblio, fields datecreated and timestamp will be completed by database engine with current date/timestamp. In UNIMARC, we want MARC datas 090$c and 090$d to be synchronized with biblio.datecreated and biblio.timestamp. But this synchronization does only exist form MARC to database. This script synchronizes database to MARC for biblio.datecreated and biblio.timestamp. It is usually configured in a daily cron. -- 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/
