diff --git a/share/templates/customer/details.tt b/share/templates/customer/details.tt index 654fc21f4d..d3f513e166 100644 --- a/share/templates/customer/details.tt +++ b/share/templates/customer/details.tt @@ -31,25 +31,20 @@ - - - + + + [% FOR mapping IN contract.billing_mappings.all -%] + [% bprof = mapping.billing_profile -%] - - - - - - - + + [% END -%]
TypeBilling ProfileDateBilling Profile Name
Active Billing Profilefooo
Other Billing Profiles - 2013-04-28 18:00:00 - 2013-04-09 23:59:59: bar
- 2013-06-25 00:00:00 - 2013-07-01 23:59:59: blub + [% bprof.start_date ? bprof.start_date : 'NULL' %] - [% bprof.end_date ? bprof.end_date : 'NULL' %]
[% bprof.name %]