Fixed error creating customer credit note: Undefined index: sales_gl_code. @notrinos.
[fa-stable.git] / includes / data_checks.inc
index 765a59dfd8df9d939fb14c44d342272860c86ba9..54f9dbb5683fb2270079605c6ddb4d73c12626eb 100644 (file)
@@ -685,8 +685,3 @@ function check_sys_pref($name, $msg, $empty = '')
                display_footer_exit();
        }
 }
-
-function check_wip_account()
-{
-       check_sys_pref('wip_act', _("You have to set Work In Progress Account in GL Setup before you can use this function."));
-}