Does 'commerce_line_item_field_widget_form' on orders page ignore pricing rules?
I've been developing and altering the code in the the line_item module and have a custom line item view (for lack of better words) on the orders page to meet my needs. I have added rules to the site that state to add an extra amount to the base price amount based on the value of a field. However the base amount appears to be untouched. Is this a bug or does the commerce_line_item_field_widget_form simply ignore rules?
Edit: Wanted to add that the event I'm using is "Calculating the sell price of a product" Should it instead be "After updating an Order"? and if so, how do I get my custom field I have in the line item appear to be one used in the rules?