You are here

function product_price_alterer_field_content_is_empty in Ubercart Discounts (Alternative) 6.2

Same name and namespace in other branches
  1. 7.2 product_price_alterer_field/product_price_alterer_field.module \product_price_alterer_field_content_is_empty()

Implementation of hook_content_is_empty().

File

product_price_alterer_field/product_price_alterer_field.module, line 24

Code

function product_price_alterer_field_content_is_empty($item, $field) {
  return FALSE;
}