You are here

function commerce_pricelist_item_title in Commerce Pricelist 7

Callback for a page title when this entity is displayed.

File

./commerce_pricelist.module, line 748
Implements the basic functionality required for price lists

Code

function commerce_pricelist_item_title($entity) {
  return t('Pricelist item');
}