[Koha-bugs] [Bug 9106] Filtering list of uncertain price list by owner empties order information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 19 17:01:24 CET 2012


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 13530
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13530&action=edit
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").

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