You are here

function uc_product_actions_update_threshold_action in Ubercart Product Actions 6

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

File

./uc_product_actions.module, line 259

Code

function uc_product_actions_update_threshold_action($node, $context) {
  uc_product_actions_stock_action_executor('threshold', $node, $context);
}