X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Faccruals.php;h=b37c413c30d5c48539c8438adbc90edfe0c8ba6a;hb=bed967958109e539eb629f17ba9a38262cfb00a2;hp=3fc2b4270236f5e0c791cd9ff53f53fbc08f8537;hpb=3f85107455c99641da8bd688df73871fdac5e163;p=fa-stable.git diff --git a/gl/accruals.php b/gl/accruals.php index 3fc2b427..b37c413c 100644 --- a/gl/accruals.php +++ b/gl/accruals.php @@ -52,7 +52,7 @@ if (isset($_POST['go']) || isset($_POST['show'])) elseif (input_num('amount', 0) == 0.0) { display_error(_("The amount can not be 0.")); - set_focus('periods'); + set_focus('amount'); $input_error = 1; } elseif (input_num('periods', 0) < 1)