You are here

function commerce_reports_tax_entity_insert in Commerce Reporting 7.3

Same name and namespace in other branches
  1. 7.4 modules/tax/commerce_reports_tax.module \commerce_reports_tax_entity_insert()

Implements hook_entity_insert().

File

modules/tax/commerce_reports_tax.module, line 158

Code

function commerce_reports_tax_entity_insert($entity, $type) {
  if ($type == 'commerce_order') {
  }
}