Changed Tag types in reports_classes to be the same as defined in types.inc. Suitable...
[fa-stable.git] / reporting / reports_main.php
index 0c683b8504794f8d0a23feb8cd107750bab5c45e..75beda95d396e2db9954cf4ff27a924e916e2979 100644 (file)
@@ -83,6 +83,7 @@ $reports->addReport(_('Customer'),110,_('Print &Deliveries'),
        array(  new ReportParam(_('From'),'DELIVERY'),
                        new ReportParam(_('To'),'DELIVERY'),
                        new ReportParam(_('email Customers'),'YES_NO'),
+                       new ReportParam(_('Print as Packing Slip'),'YES_NO'),
                        new ReportParam(_('Comments'),'TEXTBOX')));
 $reports->addReport(_('Customer'),108,_('Print &Statements'),
        array(  new ReportParam(_('Customer'),'CUSTOMERS_NO_FILTER'),