diff options
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-x | LedgerSMB/BP.pm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/LedgerSMB/BP.pm b/LedgerSMB/BP.pm index 098d814b..1d863389 100755 --- a/LedgerSMB/BP.pm +++ b/LedgerSMB/BP.pm @@ -49,7 +49,9 @@ sub get_vc { bin_list => ['oe'], sales_quotation => ['oe'], request_quotation => ['oe'], - timecard => ['jcitems'],); + timecard => ['jcitems'], + check => ['ar'], + ); my $query = ""; my $sth; @@ -123,7 +125,9 @@ sub get_spoolfiles { bin_list => ['oe'], sales_quotation => ['oe'], request_quotation => ['oe'], - timecard => ['jc'],); + timecard => ['jc'], + check => ['ar'], + ); ($form->{transdatefrom}, $form->{transdateto}) = $form->from_to($form->{year}, $form->{month}, $form->{interval}) if $form->{year} && $form->{month}; |