X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_lists.inc;h=56290071171182c25d7711149f091a514f937a5e;hb=37f4a02e0f4bea58e5b2097d583bf9395ffc515f;hp=f0c268e91e66c98e9295813f260c7e89e7135b91;hpb=97023f8706bb7149c62ca49eaec123cca3c51fa0;p=fa-stable.git diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index f0c268e9..56290071 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -393,6 +393,8 @@ function fiscalyears_list($name, &$selected_id, $submit_on_change=false) $how = _('Active'); else $how = _('Closed'); + $row[1] = sql2date($row[1]); + $row[2] = sql2date($row[2]); echo $row[1] . " - " . $row[2] . "  " . $how . "\n"; }