Audit-Trail report (systypes selector should include all systypes, extra parameter...
[fa-stable.git] / reporting / reports_main.php
index bb5ea791221ff174c4c22bdb81b9ec4968d0173b..df7019f57d664657ee6b25395e1abbfe33739297 100644 (file)
@@ -339,7 +339,7 @@ $reports->addReport(_('General Ledger'),709,_('Ta&x Report'),
 $reports->addReport(_('General Ledger'),710,_('Audit Trail'),
        array(  new ReportParam(_('Start Date'),'DATEBEGINM'),
                        new ReportParam(_('End Date'),'DATEENDM'),
-                       new ReportParam(_('Type'),'SYS_TYPES'),
+                       new ReportParam(_('Type'),'SYS_TYPES_ALL'),
                        new ReportParam(_('User'),'USERS'),
                        new ReportParam(_('Comments'),'TEXTBOX'),
                        new ReportParam(_('Destination'),'DESTINATION')));