Changed API for input/lists functions, added empty hints when needed
[fa-stable.git] / gl / inquiry / gl_trial_balance.php
index 8a6ba2f9c1c65ec251fb70a53a52d6549fb91f6f..d5b7bc765759bde2317bf97e11b41308fe1dd07d 100644 (file)
@@ -26,7 +26,7 @@ function gl_inquiry_controls()
 
     start_table("class='tablestyle_noborder'");
 
-    date_cells(_("From:"), 'TransFromDate', null, -30);
+    date_cells(_("From:"), 'TransFromDate', '', null, -30);
        date_cells(_("To:"), 'TransToDate');
        check_cells(_("No zero values"), 'NoZero', null);