Fixed bad SO reference display.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 13 Feb 2011 08:51:16 +0000 (08:51 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 13 Feb 2011 08:51:16 +0000 (08:51 +0000)
sales/view/view_sales_order.php

index ff88393cf4c5b86e9f2fae197397ee7f0efaba14..ec2626892b6e945aa6d6a6c50125aec8e727082f 100644 (file)
@@ -39,7 +39,7 @@ if (isset($_SESSION['View']))
        unset ($_SESSION['View']);
 }
 
-$_SESSION['View'] = new Cart($_GET['trans_type'], $_GET['trans_no'], true);
+$_SESSION['View'] = new Cart($_GET['trans_type'], $_GET['trans_no']);
 
 start_table(TABLESTYLE2, "width=95%", 5);
 echo "<tr valign=top><td>";