Changed API for input/lists functions, added empty hints when needed
[fa-stable.git] / sales / inquiry / sales_deliveries_view.php
index ab2add937a0a71a3ed8f112a1e68281be01b2ee1..7ae41594f0df146f585d83a2f691841f6fc83d35 100644 (file)
@@ -83,8 +83,8 @@ start_form(false, false, $_SERVER['PHP_SELF'] ."?OutstandingOnly=" . $_POST['Out
 start_table("class='tablestyle_noborder'");
 start_row();
 ref_cells(_("#:"), 'DeliveryNumber');
-date_cells(_("from:"), 'DeliveryAfterDate', null, -30);
-date_cells(_("to:"), 'DeliveryToDate', null, 1);
+date_cells(_("from:"), 'DeliveryAfterDate', '', null, -30);
+date_cells(_("to:"), 'DeliveryToDate', '', null, 1);
 
 locations_list_cells(_("Location:"), 'StockLocation', null, true);