Koha/acqui
christophe croullebois b6433ee60a SIGNED-OFF] bug 8382: It is not possible to cancel an order on a filtered page in parcel.pl
Because in parcel.pl page the filter (on the left) makes a table using jscript and
a very different workflow, the "cancel" link does nothing just asking for cancelling.
Principaly due to the use of the "filter" js function that call the parcel.pl page
and does all the job in a separate block with a separate perl function
(SearchOrder) that sends all to js, that constructs html to finally append it to table.
So I have decided to rebuild entirely the filter.
I have choosen to overload the function "GetPendingOrders" to enable it to accept new arguments.
To test : when you are in "parcel.pl" ready to receive orders, simply select a filter on the left
and on the filtered page try to cancel a line.
You'll have the warning message but no more, the line will be not canceled.

Signed-off-by: wajasu <matted-34813@mypacks.net>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-09-05 13:31:37 +02:00
..
pdfformat Bug 6394: purchase order has French strings hard coded in 2012-07-13 14:41:25 +02:00
acqui-home.pl Bug 7304: More permissions for budgets 2012-06-27 16:25:44 +02:00
addorder.pl Bug 5337: EAN management : Adds ean for various searches 2012-06-09 18:26:34 +02:00
addorderiso2709.pl Bug 7304: More permissions for budgets 2012-06-27 16:25:44 +02:00
basket.pl Bug 7302: Export basketgroup as CSV 2012-07-24 18:22:06 +02:00
basketgroup.pl Bug 7302: Export basketgroup as CSV 2012-07-24 18:22:06 +02:00
basketheader.pl Bug 7757 - Edit basket vendor after it has been created 2012-05-24 13:35:52 +02:00
booksellers.pl Bug 7737: applies date filters on vendor pages 2012-03-22 17:18:03 +01:00
check_budget_total.pl
check_duplicate_barcode_ajax.pl
check_uniqueness.pl Bug 7178: Follow-up Improve order item creation 2012-05-14 16:16:13 +02:00
currency.pl
fetch_sort_dropbox.pl
finishreceive.pl Bug 7175: Allow to choose which items to receive 2012-05-21 17:46:07 +02:00
histsearch.pl Bug 7168: Add basket group search field in histsearch.pl 2012-09-03 17:49:21 +02:00
lateorders.pl Bug 4330 : Fixing FSF address and copyright headers for acqui/ 2012-05-28 17:54:18 +02:00
modordernotes.pl
neworderbiblio.pl
neworderempty.pl Bug 7304: More permissions for budgets 2012-06-27 16:25:44 +02:00
newordersuggestion.pl Bug 4330 : Fixing FSF address and copyright headers for acqui/ 2012-05-28 17:54:18 +02:00
ordered.pl Bug 7735: removal of C4::Dates when unused 2012-03-20 18:11:04 +01:00
orderreceive.pl Bug 7129: Added a sprintf to format the actual cost. 2012-06-20 10:10:01 +02:00
parcel.pl SIGNED-OFF] bug 8382: It is not possible to cancel an order on a filtered page in parcel.pl 2012-09-05 13:31:37 +02:00
parcels.pl Bug 8183 - acqui/parcels.pl plack scoping 2012-06-20 18:39:13 +02:00
spent.pl Bug 7735: removal of C4::Dates when unused 2012-03-20 18:11:04 +01:00
supplier.pl Bug 8102: DataTables integration in acquisition module [14] 2012-06-20 19:06:02 +02:00
uncertainprice.pl
updatesupplier.pl Bug 7291: Adds new field aqbooksellers.deliverytime 2012-04-03 18:19:46 +02:00
z3950_search.pl Bug 7768 - acqui/z3950_search.pl: remove sub displayresults to fix plack scoping 2012-03-22 17:48:42 +01:00