Bug 5187: Displaying the list of suppliers in the void part is either wrong or buggy...
[fa-stable.git] / admin / view_print_transaction.php
index 0b4de2d25fde1dc98498a595e96ee33c0148a026..856fe05c9d81b4aa0abe2a88b9a87f176f4352a4 100644 (file)
@@ -69,7 +69,7 @@ function viewing_controls()
     start_table(TABLESTYLE_NOBORDER);
        start_row();
 
-       systypes_list_cells(_("Type:"), 'filterType', null, true);
+       systypes_list_cells(_("Type:"), 'filterType', null, true, array(ST_CUSTOMER, ST_SUPPLIER));
 
        if (!isset($_POST['FromTransNo']))
                $_POST['FromTransNo'] = "1";