Changed API for input/lists functions, added empty hints when needed
[fa-stable.git] / purchasing / inquiry / po_search.php
index 4c65b5b0b856cb103d12280429ddd98892f24904..93dcffe91de1c3e779daecb73867023308c8c86f 100644 (file)
@@ -27,7 +27,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(_("Location:"), 'StockLocation', null, true);