|
|
|
|
@ -49,8 +49,8 @@ sub list_customer :Chained('/') :PathPart('customer') :CaptureArgs(0) {
|
|
|
|
|
{ name => "external_id", search => 1, title => $c->loc("External #") },
|
|
|
|
|
{ name => "contact.reseller.name", search => 1, title => $c->loc("Reseller") },
|
|
|
|
|
{ name => "contact.email", search => 1, title => $c->loc("Contact Email") },
|
|
|
|
|
{ name => "billing_mappings.product.name", search => 1, title => $c->loc("Product") },
|
|
|
|
|
{ name => "billing_mappings.billing_profile.name", search => 1, title => $c->loc("Billing Profile") },
|
|
|
|
|
{ name => "billing_mappings_actual.billing_mappings.product.name", search => 1, title => $c->loc("Product") },
|
|
|
|
|
{ name => "billing_mappings_actual.billing_mappings.billing_profile.name", search => 1, title => $c->loc("Billing Profile") },
|
|
|
|
|
{ name => "status", search => 1, title => $c->loc("Status") },
|
|
|
|
|
{ name => "max_subscribers", search => 1, title => $c->loc("Max Number of Subscribers") },
|
|
|
|
|
]);
|
|
|
|
|
@ -94,7 +94,7 @@ sub ajax_reseller_filter :Chained('list_customer') :PathPart('ajax/reseller') :A
|
|
|
|
|
my $reseller_customer_columns = NGCP::Panel::Utils::Datatables::set_columns($c, [
|
|
|
|
|
{ name => "id", search => 1, title => $c->loc("#") },
|
|
|
|
|
{ name => "external_id", search => 1, title => $c->loc("External #") },
|
|
|
|
|
{ name => "billing_mappings.product.name", search => 1, title => $c->loc("Product") },
|
|
|
|
|
{ name => "billing_mappings_actual.billing_mappings.product.name", search => 1, title => $c->loc("Product") },
|
|
|
|
|
{ name => "contact.email", search => 1, title => $c->loc("Contact Email") },
|
|
|
|
|
{ name => "status", search => 1, title => $c->loc("Status") },
|
|
|
|
|
]);
|
|
|
|
|
|