X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Ffiscalyears.php;h=62f8f6a28f30c63f65efbb47937419efdf69cadd;hb=b32d16b2c0c6c43e569ebe87e2a13ceb892b5788;hp=414f655c36cf57c265c2de8eb5127b99aa54110a;hpb=6183e9450dcd7e4c747889c10903f6ff1b0add33;p=fa-stable.git diff --git a/admin/fiscalyears.php b/admin/fiscalyears.php index 414f655c..62f8f6a2 100644 --- a/admin/fiscalyears.php +++ b/admin/fiscalyears.php @@ -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);