Fixed better CSS combobox select.
[fa-stable.git] / admin / void_transaction.php
index d3639d16a161c043045df174f1549b1f1481ddb0..8d35c207c7ef50a2e7f4e116862f483de06f6d68 100644 (file)
@@ -122,7 +122,7 @@ function select_link($row)
        if (!isset($row['type']))
                $row['type'] = $_POST['filterType'];
        if (!is_date_in_fiscalyear($row['trans_date'], true))
-               return "";
+               return _("No");
        return button('Edit'.$row["trans_no"], _("Select"), _("Select"), ICON_EDIT);
 }