You are here

function uc_product_actions_update_stock_action_validate in Ubercart Product Actions 6

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

File

./uc_product_actions.module, line 229

Code

function uc_product_actions_update_stock_action_validate($form, &$form_state) {
  uc_product_actions_form_validator('stock', $form_state);
}