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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
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