You are here

function uc_product_actions_update_weight_action_submit in Ubercart Product Actions 6

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

File

./uc_product_actions.module, line 117

Code

function uc_product_actions_update_weight_action_submit($form, $form_state) {
  $values = uc_product_actions_form_submitter('weight', $form_state);
  return $values;
}