You are here

function uc_quote_replace_order_quotes in Ubercart 7.3

Ajax callback to update the quotes on the order edit form.

1 string reference to 'uc_quote_replace_order_quotes'
uc_order_pane_quotes in shipping/uc_quote/uc_quote.module
Shipping quote order pane callback.

File

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

Code

function uc_quote_replace_order_quotes($form, $form_state) {
  return $form['quotes']['quotes'];
}