Changed API for input/lists functions, added empty hints when needed
[fa-stable.git] / inventory / includes / item_adjustments_ui.inc
index 8a530b7db97bf254689aa047b24cd3fc1ea77a09..28f38f0a0723abd90d8c8130922e51e0762b27a1 100644 (file)
@@ -35,7 +35,7 @@ function display_order_header(&$order)
        echo "<table>"; // inner table
 
        locations_list_row(_("Location:"), 'StockLocation', null);
-       ref_row(_("Reference:"), 'ref', references::get_next(systypes::inventory_adjustment()));
+       ref_row(_("Reference:"), 'ref', '', references::get_next(systypes::inventory_adjustment()));
 
        echo "</table>"; // inner table