You are here

function discounted_price_handler::query in Ubercart Discounts (Alternative) 6.2

Same name and namespace in other branches
  1. 7.2 product_price_alterer_field/includes/discounted_price_handler.inc \discounted_price_handler::query()

File

product_price_alterer_field/includes/discounted_price_handler.inc, line 10

Class

discounted_price_handler
Renders a discounted price field.

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}