X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fincludes%2Fstock_transfers_ui.inc;h=33df8fde7b33981b799ea296124574f1aaebf9c5;hb=af78fbb535a6fedbc2eb70a26ddc39739be2b986;hp=6012afb67114ffd62edbc25d2edcd8148eeaf79b;hpb=4657251eed9910c5669c859a54051dc54143aa54;p=fa-stable.git diff --git a/inventory/includes/stock_transfers_ui.inc b/inventory/includes/stock_transfers_ui.inc index 6012afb6..33df8fde 100644 --- a/inventory/includes/stock_transfers_ui.inc +++ b/inventory/includes/stock_transfers_ui.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/includes/ui/items_cart.inc"); @@ -26,7 +26,7 @@ function add_to_order(&$order, $new_item, $new_item_qty, $standard_cost) function display_order_header(&$order) { - global $table_style; + global $table_style, $Refs; start_outer_table("width=70% $table_style"); @@ -37,9 +37,9 @@ function display_order_header(&$order) table_section(2, "33%"); - ref_row(_("Reference:"), 'ref', '', references::get_next(systypes::location_transfer())); + ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_LOCTRANSFER)); - date_row(_("Date:"), 'AdjDate'); + date_row(_("Date:"), 'AdjDate', '', true); table_section(3, "33%");