[Koha-bugs] [Bug 591] New: Call to missing acquisitions.pm module

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed Sep 3 17:13:53 CEST 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=591

           Summary: Call to missing acquisitions.pm module
           Product: Koha
           Version: 2.0.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Acquisitions (Simple)
        AssignedTo: tonnesen at cmsd.bc.ca
        ReportedBy: robweir at alum.drexel.edu
         QAContact: koha-bugs at lists.sourceforge.net


In testing V2.0.0pre2 on windows against a set of almost blank data, we are
hitting either a bug or a missing file.

We are testing with acquisitions set to simple, marc set to 0 (off), and
both opac themes and template set to default english.

In Intranet, we do a simple catalog search.  We click on a title from the
resulting search list. This brings up detail.pl with the item displayed. We
click on the barcode which brings up moredetail.pl. Under Group, we click on
the Edit button, which brings up modbibitem.pl. At this point, if we edit
and then click to save changes, we get a server error because
updatebibitem.pl is accessed and it trys to use acquisitions.pm which
doesn't exist in the V2.0.0pre2 set of files.

Bottom line is updatebibitem.pl contains:
    use C4::Acquisitions
and there is no acquisitions.pm module to be found.

Is this a relic leftover from V1.2 or a missing file or a bug? With all the
emphasis on MARC, have the non-MARC modules not been updated? What settings
are recommended for manual entry of a small database that does not use MARC.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list