X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fgl_setup.php;h=68ea64802725ea8526960549e706fabcdd24bb4d;hb=b5c5d915d8ce6e85605dce6efc5d2b61ea02f3ee;hp=c67c444322710ababfe43b08e7703db7d54f1a60;hpb=aaef41dea7ce1614d3284c6cadc036c4637b92fc;p=fa-stable.git diff --git a/admin/gl_setup.php b/admin/gl_setup.php index c67c4443..68ea6480 100644 --- a/admin/gl_setup.php +++ b/admin/gl_setup.php @@ -194,7 +194,7 @@ gl_all_accounts_list_row(_("Purchase Discount Account:"), 'pyt_discount_act', $_ table_section_title(_("Inventory")); check_row(_("Allow Negative Inventory:"), 'allow_negative_stock', null); -label_row(null, _("Warning: Checking this will result in incorrect values in General Ledger"), "", "class='redfg' colspan=2"); +label_row(null, _("Warning: This may cause a delay in GL postings"), "", "class='stockmankofg' colspan=2"); table_section_title(_("Items Defaults")); gl_all_accounts_list_row(_("Sales Account:"), 'default_inv_sales_act', $_POST['default_inv_sales_act']);