Small typo error in types.inc
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 9 Sep 2009 23:06:43 +0000 (23:06 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 9 Sep 2009 23:06:43 +0000 (23:06 +0000)
CHANGELOG.txt
includes/types.inc

index e71bc6b3516361f326523ba24d1b999e09467b37..b8ff716aec485b9c97306b87271877b6cc753cd4 100644 (file)
@@ -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.
index 94d1f80c35441c7da80436e5e049f9bd7d33a588..1d6c47f78faebc7f212080a9c67992da8a215054 100644 (file)
@@ -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"))
                                        );