From: Janusz Dobrowolski Date: Mon, 16 Mar 2009 17:38:04 +0000 (+0000) Subject: Fixed redirection after order cancel. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=d6272f83485bbb8838c7a1185b92ec76942ff414;p=textcart.git Fixed redirection after order cancel. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0102db5..f0ae2ec 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +16-Mar-2009 Janusz Dobrowolski +# Fixed redirection after order cancelation. +$ /sales/sales_order_entry.php + 15-Mar-2009 Joe Hunt # Minor bug in Report List of Journal Entries $ /reporting/rep702.php diff --git a/sales/sales_order_entry.php b/sales/sales_order_entry.php index 40c99cc..d508c2c 100644 --- a/sales/sales_order_entry.php +++ b/sales/sales_order_entry.php @@ -419,7 +419,7 @@ function handle_cancel_order() } } else { processing_end(); - meta_forward($path_to_root.'/index.php?application=orders'); + meta_forward($path_to_root.'/index.php','application=orders'); } } $Ajax->activate('_page_body');