X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fincludes%2Fstock_transfers_ui.inc;h=8c143196475878885de54900ff6a84d947a3e73b;hb=f821f29324e963437132a3f6fa7c57fcef5c5f0e;hp=daa59661e76f6c23b0e4b0d93a8da512787bd742;hpb=fc24ee893402902fc58632dabb5d7c2594e191d0;p=fa-stable.git diff --git a/inventory/includes/stock_transfers_ui.inc b/inventory/includes/stock_transfers_ui.inc index daa59661..8c143196 100644 --- a/inventory/includes/stock_transfers_ui.inc +++ b/inventory/includes/stock_transfers_ui.inc @@ -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