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

            Bug ID: 17778
           Summary: Make "Earliest Registered Date" in OAI-PMH dynamic
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Web services
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: mag...@libriotech.no
        QA Contact: testo...@bugs.koha-community.org

The value of earliestDatestamp is hardcoded on line 37 of
Koha/OAI/Server/Identify.pm:

         earliestDatestamp   => '0001-01-01',

http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=Koha/OAI/Server/Identify.pm;h=3ab21889568ae41a216f717eddd6f15cc2c48b44;hb=HEAD#l37

It should not be too hard to replace this with the output of something like
this:

SELECT DATE(MIN(timestamp)) FROM biblio;

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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