You are here

function commerce_reset_order_count in Commerce Reset 7

Return order count.

1 call to commerce_reset_order_count()
commerce_reset_form_commerce_reset_batch_form_alter in ./commerce_reset.module
Implements hook_form_BASE_FORM_ID_alter().
1 string reference to 'commerce_reset_order_count'
commerce_reset_commerce_reset_reset_items in ./commerce_reset.module
Define commerce reset callbacks.

File

./commerce_reset.helpers.inc, line 18
Contains helper functions for commerce reset.

Code

function commerce_reset_order_count($primary_key) {
  return commerce_reset_get_data_count('commerce_order', $primary_key);
}