X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_account_classes.php;h=f0fd7edbdfd3e02352af63bd398044f390d5d5ec;hb=b32d16b2c0c6c43e569ebe87e2a13ceb892b5788;hp=cfdff8a817d09e35b90437b1245f59b2b9d0e804;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/gl/manage/gl_account_classes.php b/gl/manage/gl_account_classes.php index cfdff8a8..f0fd7edb 100644 --- a/gl/manage/gl_account_classes.php +++ b/gl/manage/gl_account_classes.php @@ -28,6 +28,7 @@ function can_process() if (strlen($_POST['name']) == 0) { display_error( _("The account class name cannot be empty.")); + set_focus('name'); return false; }