[Koha-bugs] [Bug 29811] misc/export_records.pl add possibility to export with timestamp option on authority record type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 6 15:08:30 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29811

--- Comment #1 from Thibaud Guillot <thibaud.guillot at biblibre.com> ---
Created attachment 129088
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=129088&action=edit
BUG 29811 : add timestamp option on authority record type

According to the timestamp option for bibs record type I added the
timestamp option for authority records.
Timestamp is already present in database on field "modification_time"

Test Plan :
1 - Be sure to have authority record type for easiest test create one
2 - Execute script export_records.pl in your koha/misc directory and
choose a date (example yesterday if you just created an authority
right now).(see export_records.pl -h for help)
3 - Timestamp option has no effect on authority record type
4 - Execute script again but choose the date of tomorrow for example
5 - Same result
6 - Apply this patch
7 - Play again steps 2 and 4
8 - On step 2 you will see only your authorities created today (because
script show you authority has changes since the date you choose in
option) and for step 4 you must see an empty file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list