X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=b5dcc128a1e4f2911485e55b86fedfe52d1d3de2;hb=0ad69edb5561aac03a5af49286c37b3350307719;hp=494a09f84353e41cd126235a4ba3815de56d72de;hpb=52a4b60cf90cb1157ddbceb6fbf02687a1ff6d70;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 494a09f8..b5dcc128 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -35,7 +35,8 @@ $reports->addReport(_('Customer'),103,_('Customer Detail Listing'), new ReportParam(_('Sales Areas'),'AREAS'), new ReportParam(_('Sales Folk'),'SALESMEN'), new ReportParam(_('Activity Greater Than'),'TEXT'), new ReportParam(_('Activity Less Than'),'TEXT'), new ReportParam(_('Comments'),'TEXTBOX'))); $reports->addReport(_('Customer'),104,_('Price Listing'), - array( new ReportParam(_('Inventory Category'),'CATEGORIES'), + array( new ReportParam(_('Currency Filter'),'CURRENCY'), + new ReportParam(_('Inventory Category'),'CATEGORIES'), new ReportParam(_('Sales Types'),'SALESTYPES'), new ReportParam(_('Show Pictures'),'YES_NO'), new ReportParam(_('Show GP %'),'YES_NO'),