[Koha-bugs] [Bug 10869] New: can't delete order line if title deleted

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 10 18:43:09 CEST 2013


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

            Bug ID: 10869
           Summary: can't delete order line if title deleted
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nengard at gmail.com
        QA Contact: testopia at bugs.koha-community.org

Created attachment 20970
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20970&action=edit
deleted title.

When looking at a basket in Acq you can't delete an order line if the title has
already been deleted.  You get no confirmation, no error, it just doesn't
delete.  It does delete if the title still exists.

The problem is a missing parameter.  If the title is there the link looks like
this:

javascript:confirm_delete_item(5547,)

If the title doesn't exist the link looks like this:

javascript:confirm_delete_item(5557,278226)


I know it's better to delete the order line first, but sometimes people do
things in cataloging that effect acq and it shouldn't leave this phantom order
line - we should be able to delete it.

Nicole

-- 
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