X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fincludes%2Fitem_adjustments_ui.inc;h=bed25415d792eb190a52257fb787cef5cdbcd4cb;hb=fd11a3b500e79a3e98f7a3860f872cd31ce33113;hp=a492e792c0f3ee408643aae184f0e893b893d227;hpb=17b390efcf904072b02ec866b2a427490471a260;p=fa-stable.git diff --git a/inventory/includes/item_adjustments_ui.inc b/inventory/includes/item_adjustments_ui.inc index a492e792..bed25415 100644 --- a/inventory/includes/item_adjustments_ui.inc +++ b/inventory/includes/item_adjustments_ui.inc @@ -32,15 +32,10 @@ function display_order_header(&$order) table_section(1); locations_list_row(_("Location:"), 'StockLocation', null); - ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_INVADJUST)); - - table_section(2, "33%"); - date_row(_("Date:"), 'AdjDate', '', true); - table_section(3, "33%"); - - movement_types_list_row(_("Detail:"), 'type', null); + table_section(2, "50%"); + ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_INVADJUST)); if (!isset($_POST['Increase'])) $_POST['Increase'] = 1;