From: Joe Hunt Date: Wed, 26 Aug 2009 20:29:25 +0000 (+0000) Subject: Changed the text Manifactoring => Manifacturing X-Git-Tag: v2.4.2~19^2~1293 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=6425de92749015d0e7ab29b5fd071a9d70cbb7d5;p=fa-stable.git Changed the text Manifactoring => Manifacturing --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index da74759a..74e657f4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/reporting/reports_main.php b/reporting/reports_main.php index b074ec3c..9fa4a81c 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -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'),