You are here

function commerce_payment_handler_field_balance::query in Commerce Core 7

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/payment/includes/views/handlers/commerce_payment_handler_field_balance.inc, line 38

Class

commerce_payment_handler_field_balance
Field handler to be able to show the balance order with currency.

Code

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