You are here

function commerce_avatax_general_settings_form_submit in Drupal Commerce Connector for AvaTax 7.5

Call the field refresh function.

2 string references to 'commerce_avatax_general_settings_form_submit'
commerce_avatax_general_settings_form in includes/commerce_avatax.admin.inc
Builds the AvaTax general settings form.
commerce_avatax_global_vat_settings_form in includes/commerce_avatax.admin.inc
Builds the AvaTax Global VAT settings form.

File

includes/commerce_avatax.admin.inc, line 286
Administrative callbacks for the Commerce Avatax module.

Code

function commerce_avatax_general_settings_form_submit($form, &$form_state) {
  commerce_avatax_flush_caches();
}