Summary: | setting import flags when staged file imported in aqbasket | ||
---|---|---|---|
Product: | Koha | Reporter: | Paul Poulain <paul.poulain> |
Component: | Acquisitions | Assignee: | Paul Poulain <paul.poulain> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, koha.sekjal |
Version: | 3.4 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 5961 | ||
Bug Blocks: | |||
Attachments: |
proposed patch
Signed off patch |
Description
Paul Poulain
2011-04-05 20:10:19 UTC
Created attachment 3716 [details] [review] proposed patch It works for adding single titles from a staged record. The ordering in bulk from a staged records has not been pushed yet. Waiting for that do do more testing. Created attachment 4218 [details] [review] Signed off patch QA comment: won't do anything, as I'm author of this patch. But it fixes an annoying bug for libraries using an external source for their acquisition: the list is growing and growing. With this patch, each time everything has been imported from the reservoir to acquisition, the entry does not appear on the list anymore, it's much better. QA comment: As Ian can't find time to mark passed QA this bug i do it myself, even if i'm author of the patch : * very light patch * signed-off by Katrin In case the description is not enough here is the test plan : * stage a file for import * retrieve one line or all the file in the acquisition module (basket.pl > Add order to basket from a staged file) * once it's done, do it again, the file and/or the line in the file still appear. It should not as it has been included in the catalogue when ordered Paul, Thanks for the test plan. Works well, and the code logic is clean and consistent. Marking as Passed QA. Pushed please test This works in current master / 3.6. |