[Koha-bugs] [Bug 6041] New: Errors from _koha_modify_item are ignored in ModItem (C4/Items)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 4 10:25:16 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6041

             Bug #: 6041
           Summary: Errors from _koha_modify_item are ignored in ModItem
                    (C4/Items)
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Cataloging
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: m.de.rooy at rijksmuseum.nl
         QAContact: koha-bugs at lists.koha-community.org
                CC: ian.walls at bywatersolutions.com


# FIXME add checks
    # duplicate barcode
    # attempt to change itemnumber
    # attempt to change biblionumber (if we want
    # an API to relink an item to a different bib,
    # it should be a separate function)

    # update items table
    _koha_modify_item($item);

As seen above, the error from this subroutine is just ignored. This may well be
a sql error; the record is not saved and the user is not warned. 

Actual example of this problem: see under bug 5839.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list