X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=2435cc698923fd85d659aac8381b74593435ff70;hb=582e4a2443d9ed6ca67f47c05b7d92772b53b805;hp=66c07caf2e12f90064d128e946a9fa38915b171b;hpb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 66c07caf..2435cc69 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -235,6 +235,7 @@ $reports->addReport(RC_INVENTORY, 304, _('Inventory &Sales Report'), _('Inventory Category') => 'CATEGORIES', _('Location') => 'LOCATIONS', _('Customer') => 'CUSTOMERS_NO_FILTER', + _('Show Service Items') => 'YES_NO', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); @@ -512,4 +513,3 @@ add_custom_reports($reports); echo $reports->getDisplay(); end_page(); -?>