You are here

function commerce_reports_tax_table_form_submit in Commerce Reporting 7.3

File

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

Code

function commerce_reports_tax_table_form_submit($form, &$form_state) {

  // Rebuild the form
  $form_state['rebuild'] = TRUE;
}