Changed API for input/lists functions, added empty hints when needed
[fa-stable.git] / admin / fiscalyears.php
index 414f655c36cf57c265c2de8eb5127b99aa54110a..62f8f6a28f30c63f65efbb47937419efdf69cadd 100644 (file)
@@ -183,8 +183,8 @@ function display_fiscalyear_edit($selected_id)
        } 
        else 
        {
-               date_row(_("Fiscal Year Begin:"), 'from_date', null, 0, 0, 1001);
-               date_row(_("Fiscal Year End:"), 'to_date', null, 0, 0, 1001);
+               date_row(_("Fiscal Year Begin:"), 'from_date', '', null, 0, 0, 1001);
+               date_row(_("Fiscal Year End:"), 'to_date', '', null, 0, 0, 1001);
        }
 
        yesno_list_row(_("Is Closed:"), 'closed', null, "", "", false);