Closed (fixed)
Project:
Commerce Default Tax Rate
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Nov 2017 at 15:32 UTC
Updated:
6 Nov 2017 at 20:40 UTC
Jump to comment: Most recent
Fatal error: Call to undefined function commerce_tax_rate_titles() in /website/sites/all/modules/commerce_default_tax_rate/commerce_default_tax_rate.module on line 9
Comments
Comment #2
Donit commentedThe error occurred because I enabled this module without pre-enabling Commerce Tax.
Only "commerce" is listed in the "requirements" section in the module description here; on the other hand, it requires just Entity API in the module list (admin/modules).
Maybe commerce_tax is also a requirement?
Comment #3
andyd328Thanks for the report Donit and sorry for messing up the dependencies. New release available.
Comment #4
Donit commentedThanks for the fast fixing, Andy.