You are here

function uc_shipping_date_views_tables in Ubercart 7.3

Implements hook_date_views_tables().

File

shipping/uc_shipping/uc_shipping.module, line 781
Organizes ordered products into packages and sets them up for shipment. Shipping method modules may add functionality to generate shipping labels and tracking numbers.

Code

function uc_shipping_date_views_tables() {
  return array(
    'uc_shipments',
  );
}