You are here

function uc_product_actions_update_list_price_action 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()

File

./uc_product_actions.module, line 167

Code

function uc_product_actions_update_list_price_action($node, $context) {
  uc_product_actions_action_executor('list_price', $node, $context);
}