Show reseller name in billing profile field.

agranig/1_0_subfix
Andreas Granig 13 years ago
parent 035c3a60b9
commit fc74628e46

@ -10,8 +10,8 @@ has_field 'id' => (
required => 1, required => 1,
template => 'helpers/datatables_field.tt', template => 'helpers/datatables_field.tt',
ajax_src => '/billing/ajax', ajax_src => '/billing/ajax',
table_titles => ['#', 'Profile'], table_titles => ['#', 'Reseller', 'Profile'],
table_fields => ['id', 'name'], table_fields => ['id', 'reseller_name', 'name'],
); );
has_field 'create' => ( has_field 'create' => (

Loading…
Cancel
Save