From fc74628e465d7c10bef6513b139076d170817f30 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Wed, 7 Aug 2013 01:18:39 +0200 Subject: [PATCH] Show reseller name in billing profile field. --- lib/NGCP/Panel/Field/BillingProfile.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/NGCP/Panel/Field/BillingProfile.pm b/lib/NGCP/Panel/Field/BillingProfile.pm index 564fcdf15d..d56dce6505 100644 --- a/lib/NGCP/Panel/Field/BillingProfile.pm +++ b/lib/NGCP/Panel/Field/BillingProfile.pm @@ -10,8 +10,8 @@ has_field 'id' => ( required => 1, template => 'helpers/datatables_field.tt', ajax_src => '/billing/ajax', - table_titles => ['#', 'Profile'], - table_fields => ['id', 'name'], + table_titles => ['#', 'Reseller', 'Profile'], + table_fields => ['id', 'reseller_name', 'name'], ); has_field 'create' => (