Changed API for input/lists functions, added empty hints when needed
[fa-stable.git] / purchasing / inquiry / po_search_completed.php
index 8c18824a8949a18d281f8c59d55d8f1b3bf8529d..160763db78d09d01b3da590b099e5ac10f90155c 100644 (file)
@@ -26,7 +26,7 @@ start_table("class='tablestyle_noborder'");
 start_row();
 ref_cells(_("#:"), 'order_number');
 
-date_cells(_("from:"), 'OrdersAfterDate', null, -30);
+date_cells(_("from:"), 'OrdersAfterDate', '', null, -30);
 date_cells(_("to:"), 'OrdersToDate');
 
 locations_list_cells(_("into location:"), 'StockLocation', null, true);