Fixed redirection after order cancel.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 16 Mar 2009 17:38:04 +0000 (17:38 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 16 Mar 2009 17:38:04 +0000 (17:38 +0000)
CHANGELOG.txt
sales/sales_order_entry.php

index 0102db5729df8feb8fafbdac3a6325263c0f0757..f0ae2ec8b172ec131ea829a4a846e49735b6e1af 100644 (file)
@@ -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
index 40c99ccf0a62835ac4190d6baa1b8bc9d6409a7b..d508c2ce894203aa4d6d8f12a7c87f7cd59fecac 100644 (file)
@@ -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');