[Koha-bugs] [Bug 17420] New: record export fails when itemtype on biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 10 16:45:12 CEST 2016


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

            Bug ID: 17420
           Summary: record export fails when itemtype on biblio
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Tools
          Assignee: gmcharlt at gmail.com
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

In Tools, Export data, you can export with a filter on item type.
When item type is on biblio record, you get the error :
export.pl: DBIx::Class::ResultSet::next(): Unknown column
'biblioitems.itemtype' in 'where clause' at /home/koha/src/Koha/Objects.pm line
150

Looks like its because this code use to be a SQL Select and is now a DBIx call
:
 export.pl: DBIx::Class::ResultSet::next(): Unknown column
'biblioitems.itemtype' in 'where clause' at /home/koha/src/Koha/Objects.pm line
150

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


More information about the Koha-bugs mailing list