Empty password is forbidden when creating new user account.
[fa-stable.git] / admin / void_transaction.php
index 841ff08e4e0eb48c95c841c5756e196aad2d7a46..8d35c207c7ef50a2e7f4e116862f483de06f6d68 100644 (file)
@@ -121,6 +121,8 @@ function select_link($row)
 {
        if (!isset($row['type']))
                $row['type'] = $_POST['filterType'];
+       if (!is_date_in_fiscalyear($row['trans_date'], true))
+               return _("No");
        return button('Edit'.$row["trans_no"], _("Select"), _("Select"), ICON_EDIT);
 }