You are here

function uc_product_actions_update_list_price_action_submit in Ubercart Product Actions 6

Same name and namespace in other branches
  1. 7 uc_product_actions.module \uc_product_actions_update_list_price_action_submit()

File

./uc_product_actions.module, line 163

Code

function uc_product_actions_update_list_price_action_submit($form, $form_state) {
  $values = uc_product_actions_form_submitter('list_price', $form_state);
  return $values;
}