You are here

function uc_order_create_form_customer_search in Ubercart 7.3

Ajax callback: updates the customer search results.

1 string reference to 'uc_order_create_form_customer_search'
uc_order_create_form in uc_order/uc_order.admin.inc
Creates a new order and redirect to its edit screen.

File

uc_order/uc_order.admin.inc, line 521
Order administration menu items.

Code

function uc_order_create_form_customer_search($form, &$form_state) {
  return $form['customer']['uid'];
}