Changed so voiding and view/print is working with the new Sales Order/Sales Quotation
[fa-stable.git] / admin / view_print_transaction.php
index f46f2053be199c81df6e8290f05eaabed76f208e..93ae00cd3ec97136e570cdbcb921c25f1ae58789 100644 (file)
@@ -120,7 +120,7 @@ function handle_search()
 
                $print_type = $_POST['filterType'];
                $print_out = ($print_type == 10 || $print_type == 11 || $print_type == systypes::cust_dispatch() ||
-                       $print_type == systypes::po() || $print_type == systypes::sales_order());
+                       $print_type == systypes::po() || $print_type == systypes::sales_order() || $print_type == systypes::sales_quotation());
 
                $cols = array(
                        _("#"),