X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_account_types.php;h=0a1791bc97efd5d18ef09d24c2a9202c9772243e;hb=92e11c9649d04cd9cc1d78d0213460a80ae2faa9;hp=04f80c62305784dd4b954488eef35fb5792ee112;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/gl/manage/gl_account_types.php b/gl/manage/gl_account_types.php index 04f80c62..0a1791bc 100644 --- a/gl/manage/gl_account_types.php +++ b/gl/manage/gl_account_types.php @@ -44,7 +44,6 @@ function can_process($selected_id) return false; } - //if (strcmp($_POST['id'], $_POST['parent']) == 0) if ($_POST['id'] === $_POST['parent']) { display_error(_("You cannot set an account group to be a subgroup of itself."));