X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=e4831e2b9090ce2c23f2add2751a13cc33e8f89a;hb=9502b1b3fc30a8b12c647f7e024e8b8da6a50af6;hp=28cf4925a3691ca4e0ad1d962570eb9297a89545;hpb=e6a900e453a93178167053cf6a7ed0760d367d18;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 28cf4925..e4831e2b 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -371,7 +371,8 @@ $reports->addReport(RC_GL, 709, _('Ta&x Report'), array( _('Start Date') => 'DATEBEGINTAX', _('End Date') => 'DATEENDTAX', _('Summary Only') => 'YES_NO', - _('Comments') => 'TEXTBOX')); + _('Comments') => 'TEXTBOX', + _('Destination') => 'DESTINATION')); $reports->addReport(RC_GL, 710, _('Audit Trail'), array( _('Start Date') => 'DATEBEGINM', _('End Date') => 'DATEENDM',