X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fdata_checks.inc;h=54f9dbb5683fb2270079605c6ddb4d73c12626eb;hb=0f9f517f184a6cae12d1b57b4b6da9cb51efb76b;hp=765a59dfd8df9d939fb14c44d342272860c86ba9;hpb=ab8f88b77c9a7e687e10b08d2fe04409a701d1ac;p=fa-stable.git diff --git a/includes/data_checks.inc b/includes/data_checks.inc index 765a59df..54f9dbb5 100644 --- a/includes/data_checks.inc +++ b/includes/data_checks.inc @@ -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.")); -}