diff --git a/lib/admin/Controller/billing.pm b/lib/admin/Controller/billing.pm index ff8cba5..4fd65a8 100644 --- a/lib/admin/Controller/billing.pm +++ b/lib/admin/Controller/billing.pm @@ -372,6 +372,8 @@ sub search_fees : Local { my ( $self, $c ) = @_; $c->stash->{template} = 'tt/billing_fees.tt'; + $c->stash->{field_order} = join ', ', eval { @{$c->config->{fees_csv}{element_order}} }; + my $bilprof = $c->request->params->{bilprof}; return unless $c->model('Provisioning')->call_prov( $c, 'billing', 'get_billing_profile', diff --git a/root/tt/billing_fees.tt b/root/tt/billing_fees.tt index 9ef56f6..62d80df 100644 --- a/root/tt/billing_fees.tt +++ b/root/tt/billing_fees.tt @@ -24,14 +24,17 @@ [% END %] -
+
[% IF messages.feefileerr %]
[% messages.feefileerr %]
[% END %] - +