[00000257] Bad Layout in sales order inquiry etc. (long item descriptions)
[fa-stable.git] / purchasing / inquiry / po_search_completed.php
index c612639f86ad7830f4025bd625891ff8b16582a5..ba77bf7a91222026e43ef12ea5b15f57192fb59e 100644 (file)
@@ -63,12 +63,17 @@ date_cells(_("from:"), 'OrdersAfterDate', '', null, -30);
 date_cells(_("to:"), 'OrdersToDate');
 
 locations_list_cells(_("into location:"), 'StockLocation', null, true);
+end_row();
+end_table();
+
+start_table(TABLESTYLE_NOBORDER);
+start_row();
 
 stock_items_list_cells(_("for item:"), 'SelectStockFromList', null, true);
 
 submit_cells('SearchOrders', _("Search"),'',_('Select documents'), 'default');
 end_row();
-end_table();
+end_table(1);
 //---------------------------------------------------------------------------------------------
 if (isset($_POST['order_number']))
 {