You are here

function commerce_reports_tax_form_submit_generate 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_form_submit_generate()

Submit handler that generates a tax report.

1 string reference to 'commerce_reports_tax_form_submit_generate'
commerce_reports_tax_form in modules/tax/commerce_reports_tax.admin.inc
Configuration form.

File

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

Code

function commerce_reports_tax_form_submit_generate($form, &$form_state) {
  commerce_reports_tax_generate();
}