[% UNLESS Catalyst.session.admin.read_only %]
Upload Billing Fees
[% END %]
Search Billing Fees
Stored Billing Fees
[% UNLESS Catalyst.session.admin.read_only %]
[% END %]
[% IF fee_list %]
[% IF messages.stfeemsg %]
[% messages.stfeemsg %]
[% END %]
[% bgflip = 1 %]
[% FOREACH fee = fee_list %]
[% IF bgflip %]
[% bgflip = 0 %]
[% ELSE %]
[% bgflip = 1 %]
[% END %]
[% fee.destination %] |
[% fee.zone %] |
[% fee.zone_detail %] |
[% UNLESS Catalyst.session.admin.read_only %]
edit
|
delete
|
[% ELSE %]
|
|
[% END %]
[% END %]
[% IF pagination %]
[% END %]
[% ELSIF searched %]
No matching billing fees found.
[% END %]