Changed API for input/lists functions, added empty hints when needed
[fa-stable.git] / dimensions / inquiry / search_dimensions.php
index 8b9d1b35c959d7bb1110cc404486d3ef2e975ff8..3b147dc182a1836c118557f7d0d339a941cfef82 100644 (file)
@@ -36,10 +36,10 @@ start_form(false, true, $_SERVER['PHP_SELF'] ."?outstanding_only=" . $outstandin
 start_table("class='tablestyle_noborder'");
 start_row();
 
-ref_cells(_("Reference:"), 'OrderNumber', null);
+ref_cells(_("Reference:"), 'OrderNumber');
 
 number_list_cells(_("Type"), 'type_', null, 0, 2);
-date_cells(_("From:"), 'FromDate', null, 0, 0, -5);
+date_cells(_("From:"), 'FromDate', '', null, 0, 0, -5);
 date_cells(_("To:"), 'ToDate');
 
 check_cells( _("Only Overdue:"), 'OverdueOnly', null);