7 calls to commerce_round() in Commerce Core 7
- commerce_line_item_unit_price_add in modules/
line_item/ commerce_line_item.rules.inc - Rules action: add an amount to the unit price.
- commerce_line_item_unit_price_amount in modules/
line_item/ commerce_line_item.rules.inc - Rules action: set the unit price to a specific amount.
- commerce_line_item_unit_price_divide in modules/
line_item/ commerce_line_item.rules.inc - Rules action: divide the unit price by some amount.
- commerce_line_item_unit_price_multiply in modules/
line_item/ commerce_line_item.rules.inc - Rules action: multiply the unit price by some amount.
- commerce_line_item_unit_price_subtract in modules/
line_item/ commerce_line_item.rules.inc - Rules action: subtract an amount from the unit price.
- commerce_tax_rate_round_amount in modules/
tax/ commerce_tax.module - Rounds an amount for a given tax rate.
- RulesDataUICommercePrice::inputForm in modules/
price/ commerce_price.rules.inc - Constructs the direct input form.