Eliminated non-static method calls and other bulk fixes to fix php5 warnings
[fa-stable.git] / inventory / includes / item_adjustments_ui.inc
index 8812438e47363d5881a078394ef9cd40eb205474..a8a7481aa5d43a86108edc9fb7133b60b50bdab3 100644 (file)
@@ -26,13 +26,13 @@ function add_to_order(&$order, $new_item, $new_item_qty, $standard_cost)
 
 function display_order_header(&$order)
 {
-       global $table_style2;
+       global $table_style2, $Refs;
 
        start_outer_table("width=70% $table_style2"); // outer table
        table_section(1);
 
        locations_list_row(_("Location:"), 'StockLocation', null);
-       ref_row(_("Reference:"), 'ref', '', references::get_next(systypes::inventory_adjustment()));
+       ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_INVADJUST));
 
        table_section(2, "33%");