From e96457f44bff18725ccbcb9386e681dd0e7bd309 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 9 Sep 2009 23:06:43 +0000 Subject: [PATCH] Small typo error in types.inc --- CHANGELOG.txt | 2 ++ includes/types.inc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e71bc6b3..b8ff716a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -22,6 +22,8 @@ $ -> Affected files 10-Swp-2009 Joe Hunt ! By changing a simple sentence in allocation_cart.inc, the customer/supplier payments works with prompt payment discounts $ /includes/ui/allocation_cart.inc +# Small typo error in types.inc +/includes/types.inc 09-Sep-2009 Janusz Dobrowolski # Added two special access areas for bank gl postings and grn removal. diff --git a/includes/types.inc b/includes/types.inc index 94d1f80c..1d6c47f7 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -31,7 +31,7 @@ $systypes_array = array ( 28=> array ('name' => _("Work Order Issue")), 29=> array ('name' => _("Work Order Production")), 30=> array ('name' => _("Sales Order")), - 32=> array ('name' => _("Sales Quotations")), + 32=> array ('name' => _("Sales Quotation")), 35=> array ('name' => _("Cost Update")), 40=> array ('name' => _("Dimension")) ); -- 2.30.2