You are here

function commerce_stock_adjust_by_line_item in Commerce Stock 7

For backward compatibility, keep a function by the old name.

@todo: Remove this after a decent interval.

Parameters

$line_item:

File

./commerce_stock.rules.inc, line 119
Rules integration for Commerce Stock.

Code

function commerce_stock_adjust_by_line_item($line_item) {
  commerce_stock_decrease_by_line_item($line_item);
}