From 951ec85aeeddc091364a7703683561ce75ced0cf Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 20 Jan 2010 12:10:07 +0000 Subject: [PATCH] Put a heavy warning on marking the checkbox 'Allow Negative Inventory'. --- CHANGELOG.txt | 4 ++++ admin/gl_setup.php | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 285978b..e2eff5d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +20-Jan-2010 Joe Hunt +! Put a heavy warning on marking the checkbox 'Allow Negative Inventory'. +$ /admin/gl_setup.php + 18-Jan-2010 Joe Hunt # Demand was calculated double from Sales Quotation. Should be 0. $ /includes/db/manufacturing_db.inc diff --git a/admin/gl_setup.php b/admin/gl_setup.php index 85f5b84..c67c444 100644 --- a/admin/gl_setup.php +++ b/admin/gl_setup.php @@ -194,6 +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"); table_section_title(_("Items Defaults")); gl_all_accounts_list_row(_("Sales Account:"), 'default_inv_sales_act', $_POST['default_inv_sales_act']); -- 2.30.2