Topic: modifying the array $class_types
hi,
I know that $class_types is defined in sysnames.inc as following:
$class_types = array(
CL_ASSETS => _("Assets"),
CL_LIABILITIES => _("Liabilities"),
CL_EQUITY => _("Equity"),
CL_INCOME => _("Income"),
CL_COGS => _("Cost of Goods Sold"),
CL_EXPENSE => _("Expense"),
);
I want to delete CL_COGS => _("Cost of Goods Sold"), will it make problem in the system or will affect the reports or any place in the system.
waiting your response.
Thanks