[00000257] Bad Layout in sales order inquiry etc. (long item descriptions)
[fa-stable.git] / sales / inquiry / sales_deliveries_view.php
index 73b3c4bb124c1f5b9159729d9149098120f026ab..5a29b43401ad61c6d46cb32ac79cff88e464fa5d 100644 (file)
@@ -105,6 +105,11 @@ date_cells(_("from:"), 'DeliveryAfterDate', '', null, -30);
 date_cells(_("to:"), 'DeliveryToDate', '', null, 1);
 
 locations_list_cells(_("Location:"), 'StockLocation', null, true);
+end_row();
+
+end_table();
+start_table(TABLESTYLE_NOBORDER);
+start_row();
 
 stock_items_list_cells(_("Item:"), 'SelectStockFromList', null, true);
 
@@ -114,7 +119,7 @@ hidden('OutstandingOnly', $_POST['OutstandingOnly']);
 
 end_row();
 
-end_table();
+end_table(1);
 //---------------------------------------------------------------------------------------------
 
 if (isset($_POST['SelectStockFromList']) && ($_POST['SelectStockFromList'] != "") &&