RT# 82137 - default payment amount now has processing fee in total if processing...
[freeside.git] / httemplate / elements / tr-input-fcc_options.html
1 <STYLE>
2   ul.fcc_options {
3     font-weight: normal;
4     text-align: left;
5     padding: 0em 1em 0em 2em;
6   }
7 </STYLE>
8 <TR>
9   <TH COLSPAN=2>
10     <& input-fcc_options.html, 'id' => $id, @_ &>
11   </TH>
12 </TR>
13 <%init>
14 my %opt = @_;
15 my $id = $opt{id} || $opt{field};
16 </%init>