add indices on cust_pay_pending.paynum .void_paynum and .jobnum, RT#23357, github...
[freeside.git] / httemplate / elements / tr-input-percentage.html
1 <% include('tr-input-text.html', @_,
2              'type'       => 'text',
3              'postfix'    => '%',
4              'size'       => 5, #6?  check in IE (not a big deal)
5              'maxlength'  => 7,
6              'text-align' => 'right',
7           )
8 %>