X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Ffiscalyears.php;h=7a4b2a36c4104141affa3f0f665e6963facf148c;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=cbfdd80e754a12dd9cb2c998ea3d4701f2f8bb55;hpb=5fdbb94d191d8e0d2cef964ef01bfe42829a8706;p=fa-stable.git diff --git a/admin/fiscalyears.php b/admin/fiscalyears.php index cbfdd80e..7a4b2a36 100644 --- a/admin/fiscalyears.php +++ b/admin/fiscalyears.php @@ -86,7 +86,7 @@ function check_data() function close_year($year) { $co = get_company_prefs(); - if ($co['retained_earnings_act'] == '' || $co['profit_loss_year_act'] == '') + if (get_gl_account($co['retained_earnings_act']) == false || get_gl_account($co['profit_loss_year_act']) == false) { display_error(_("The Retained Earnings Account or the Profit and Loss Year Account has not been set in System and General GL Setup")); return false;