Summary: | Filtering list of uncertain price list by owner empties order information | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Acquisitions | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | critical | ||
Priority: | P5 - low | CC: | chris, jcamins, paul.poulain |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/acqui/uncertainprice.pl | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 9106 - Filtering list of uncertain price list by owner empties order information
Bug 9106 - Filtering list of uncertain price list by owner empties order information |
Description
Owen Leonard
2012-11-19 15:36:27 UTC
Created attachment 13530 [details] [review] Bug 9106 - Filtering list of uncertain price list by owner empties order information The form which filters the list of orders with uncertain prices includes a parameter which tells the script to modify the orders, resulting in order information being lost. This patch removes the unnecessary form field. To test you must have orders with uncertain prices, preferably from more than one user. Go to the uncertain prices page. Before applying this patch, submitting the "orders from" form would cause the page to refresh with no results. This is because the script cleared the orders of price, quantity, etc. information. After applying this patch the uncertain prices list should refresh and show the correct results, either your orders ("me") or all ("Everyone"). Created attachment 13598 [details] [review] Bug 9106 - Filtering list of uncertain price list by owner empties order information The form which filters the list of orders with uncertain prices includes a parameter which tells the script to modify the orders, resulting in order information being lost. This patch removes the unnecessary form field. To test you must have orders with uncertain prices, preferably from more than one user. Go to the uncertain prices page. Before applying this patch, submitting the "orders from" form would cause the page to refresh with no results. This is because the script cleared the orders of price, quantity, etc. information. After applying this patch the uncertain prices list should refresh and show the correct results, either your orders ("me") or all ("Everyone"). Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> patch tested, fixes the nasty problem QA comment: just remove one line in the template, passed QA SO & QA in one go This patch has been pushed to master. Pushed to 3.10.x, will be in 3.10.1 Pushed to 3.8.x, will be in 3.8.8 |