Removed obsolete stock_move.person_id field and related handling.
[fa-stable.git] / inventory / includes / stock_transfers_ui.inc
index daa59661e76f6c23b0e4b0d93a8da512787bd742..8c143196475878885de54900ff6a84d947a3e73b 100644 (file)
@@ -35,15 +35,11 @@ function display_order_header(&$order)
        locations_list_row(_("From Location:"), 'FromStockLocation', null);
        locations_list_row(_("To Location:"), 'ToStockLocation', null);
 
-       table_section(2, "33%");
-
-       ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_LOCTRANSFER));
+       table_section(2, "50%");
 
     date_row(_("Date:"), 'AdjDate', '', true);
 
-       table_section(3, "33%");
-
-    movement_types_list_row(_("Transfer Type:"), 'type', null);
+       ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_LOCTRANSFER));
 
        end_outer_table(1); // outer table
 }
@@ -172,4 +168,3 @@ function transfer_options_controls()
 
 //---------------------------------------------------------------------------------
 
-?>
\ No newline at end of file