Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / sales / view / view_sales_order.php
index 405f1d6653589024b7e0fe315783a511644136f6..712c5470981912b20319bbf9d06120b90a07db7c 100644 (file)
@@ -39,7 +39,7 @@ if (isset($_SESSION['View']))
        unset ($_SESSION['View']);
 }
 
-$_SESSION['View'] = new Cart($_GET['trans_type'], $_GET['trans_no']);
+$_SESSION['View'] = new Cart($_GET['trans_type'], $_GET['trans_no'], true);
 
 start_table(TABLESTYLE2, "width=95%", 5);