function uc_quote_order_pane_quotes_submit in Ubercart 7.3
Form submission handler for uc_order_pane_quotes().
See also
1 string reference to 'uc_quote_order_pane_quotes_submit'
- uc_order_pane_quotes in shipping/
uc_quote/ uc_quote.module - Shipping quote order pane callback.
File
- shipping/
uc_quote/ uc_quote.module, line 730 - The controller module for fulfillment modules that process physical goods.
Code
function uc_quote_order_pane_quotes_submit($form, &$form_state) {
$form_state['quote_requested'] = $form_state['triggering_element']['#value'] == $form['quotes']['quote_button']['#value'];
$form_state['rebuild'] = TRUE;
}