Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Price
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 12:02 UTC
Updated:
8 Dec 2011 at 19:30 UTC
Dealing with some rules stuff I found this function commerce_price_rules_variables that is not rules hook and is not called anywhere, digging a little into code I think this referenced code is not used any longer since this #998080: Pre-calculate dynamic prices got in.
| Comment | File | Size | Author |
|---|---|---|---|
| commerce-remove_commerce_price_rules_variables_function-0.patch | 595 bytes | pcambra |
Comments
Comment #1
pcambraBy the way, used this awesome git command to track this:
git log --follow -p modules/price/commerce_price.rules.incComment #2
rszrama commentedCommitted.Thanks.