[00000257] Bad Layout in sales order inquiry etc. (long item descriptions)
[fa-stable.git] / purchasing / inquiry / po_search.php
index 54cb22ef17a5b3b07cab16b4a8264a7349f886e9..220b1e1a325d62e2c36d2452ee939ca1dd268f34 100644 (file)
@@ -65,12 +65,17 @@ date_cells(_("from:"), 'OrdersAfterDate', '', null, -30);
 date_cells(_("to:"), 'OrdersToDate');
 
 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);
 
 submit_cells('SearchOrders', _("Search"),'',_('Select documents'), 'default');
 end_row();
-end_table();
+end_table(1);
 //---------------------------------------------------------------------------------------------
 function trans_view($trans)
 {