Changed the text Manifactoring => Manifacturing
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 26 Aug 2009 20:29:25 +0000 (20:29 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 26 Aug 2009 20:29:25 +0000 (20:29 +0000)
CHANGELOG.txt
reporting/reports_main.php

index da74759a5403fecb018bf944bc937579472d6ff6..74e657f488df8f15c64b724ed359f18b8499fa60 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+26-Aug-2009 Joe Hunt
+# Changed the text Manifactoring => Manifacturing
+$ /reporting/reports_main.php
+
 25-Aug-2009 Joe Hunt
 + Added reference number in report List of Journal Entries.
 $ /reporting/rep702.php
index b074ec3cd687846d2ed84c82bd963dbfd73b2b46..9fa4a81c47c9fe7193c8f2ff7140f8419625e9e9 100644 (file)
@@ -168,13 +168,13 @@ $reports->addReport(_('Inventory'),305,_('&GRN Valuation Report'),
                        new ReportParam(_('Comments'),'TEXTBOX'),
                        new ReportParam(_('Destination'),'DESTINATION')));
 
-$reports->addReportClass(_('Manufactoring'));
-$reports->addReport(_('Manufactoring'),401,_('&Bill of Material Listing'),
+$reports->addReportClass(_('Manufacturing'));
+$reports->addReport(_('Manufacturing'),401,_('&Bill of Material Listing'),
        array(  new ReportParam(_('From component'),'ITEMS'),
                        new ReportParam(_('To component'),'ITEMS'),
                        new ReportParam(_('Comments'),'TEXTBOX'),
                        new ReportParam(_('Destination'),'DESTINATION')));
-$reports->addReport(_('Manufactoring'),409,_('Print &Work Orders'),
+$reports->addReport(_('Manufacturing'),409,_('Print &Work Orders'),
        array(  new ReportParam(_('From'),'WORKORDER'),
                        new ReportParam(_('To'),'WORKORDER'),
                        new ReportParam(_('Email Locations'),'YES_NO'),