Summary: | Cannot delete order if attached biblio does no longer exist | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Acquisitions | Assignee: | Henri-Damien LAURENT <henridamien> |
Status: | RESOLVED DUPLICATE | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gaetan.boisson, magnus, mathsabypro |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9780 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 8149 |
Description
Marcel de Rooy
2011-02-21 08:09:36 UTC
This bug is still current in master. Ideally i think the order should be deleted as well when deleting the biblio, with a specific warning about the user is about to do, and a permission check : the user should not be allowed to delete the biblio if he has no permissions on acquisitions. Alternatively, the alert could just say "there is an order on this biblio and it cannot be deleted" and link directly to the order. From there the user could delete both order and biblio. There is no screen to manage just a biblio though, so the user should be redirected on the basket page as long as the basket wasn't closed and on the reception page if the basket was closed. Biblios in basket that have been closed but in a basket group that is still open, or in no basket group, drift in limbo somewhere in between. Bug still in master M. Saby It will probably be fixed more or less by bug 9780 that will prevent a librarian to suppress a record if used in an order. M. Saby I made a patch for that : bug 10869 You can test it and sign off. M. Saby |