X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=includes%2Fui%2Fui_lists.inc;h=2cc16888e5fdbd15a94e587fccbadc0ca1691843;hp=456f01938aa6e5e5c76162e69a6984327d1713a1;hb=a3b394e516743dba27de10a7aa1f31aa5596e117;hpb=a0392584696bcbc635c578921983d2ef59bc07ac diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index 456f0193..2cc16888 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -678,7 +678,7 @@ return combo_input($name, $selected_id, $sql, 'id', '', function _format_fiscalyears($row) { return sql2date($row[1]) . " - " . sql2date($row[2]) - . "  " . ($row[3] ? _('Closed') : _('Active')) . "\n"; + . "  " . ($row[3] ? _('Closed') : _('Active')); } function fiscalyears_list_cells($label, $name, $selected_id=null)