You are here

function commerce_reports_tax_generate_callback in Commerce Reporting 7.3

Same name and namespace in other branches
  1. 7.4 modules/tax/commerce_reports_tax.admin.inc \commerce_reports_tax_generate_callback()

Callback for tax report generation.

1 string reference to 'commerce_reports_tax_generate_callback'
commerce_reports_tax_menu in modules/tax/commerce_reports_tax.module
Implements hook_menu().

File

modules/tax/commerce_reports_tax.admin.inc, line 30
Administrative forms.

Code

function commerce_reports_tax_generate_callback() {
  commerce_reports_tax_generate();
  batch_process('admin/commerce/reports/tax');
}