hey
getting an error at multiple places, after adding a new node type.
Fatal error: Call to undefined function commerce_customer_access() in /commerce/modules/customer/commerce_customer_ui.module on line 111

  foreach (commerce_customer_profile_types() as $type => $profile_type) {
    if (commerce_customer_access('create', $type)) {
      return TRUE;
    }
  }

which pretty much leaves the site unusable until i disable the module or comment out the function call.

drupal 7-alpha6
commerce 7.x-1.x-dev (2010-Oct-07)

Comments

rszrama’s picture

Status: Active » Fixed

Thanks for the report. Fixed and committed to Git... pushing to CVS in a few.

http://github.com/rszrama/drupalcommerce/commit/2838cd8f3caee2ca274500ba...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.