You are here

function uc_quote_checkout_pane_quotes_submit in Ubercart 7.3

Form submission handler for uc_checkout_pane_quotes().

See also

uc_checkout_pane_quotes()

1 string reference to 'uc_quote_checkout_pane_quotes_submit'
uc_checkout_pane_quotes in shipping/uc_quote/uc_quote.module
Shipping quote checkout pane callback.

File

shipping/uc_quote/uc_quote.module, line 652
The controller module for fulfillment modules that process physical goods.

Code

function uc_quote_checkout_pane_quotes_submit($form, &$form_state) {
  $form_state['rebuild'] = TRUE;
  $form_state['quote_requested'] = TRUE;
}