[ljcom] r10516: LJSUP-8825: Add new method to /admin/acc...
Committer: gariev
LJSUP-8825: Add new method to /admin/accounts/enterbatch.bmlU trunk/htdocs/admin/accounts/enterbatch.bml
Modified: trunk/htdocs/admin/accounts/enterbatch.bml
===================================================================
--- trunk/htdocs/admin/accounts/enterbatch.bml 2011-05-17 07:51:51 UTC (rev 10515)
+++ trunk/htdocs/admin/accounts/enterbatch.bml 2011-05-18 04:16:24 UTC (rev 10516)
@@ -33,7 +33,7 @@
$ret .= "<td>#" . LJ::html_text({ name => "cart_$i", value => $cart, size => 13 }) . "</td>";
$ret .= "<td>\$" . LJ::html_text({ name => "amt_$i", value => $amt, size => 6 }) . "</td>";
$ret .= "<td>" . LJ::html_select({ name => "meth_$i", selected => $meth, },
- map { $_ => $_ } qw(check cash moneyorder webmoney)) . "</td>";
+ map { $_ => $_ } qw(check cash moneyorder webmoney sup_sms sup_yandex)) . "</td>";
$ret .= "<td>" . LJ::html_text({ name => "country_$i", value => defined $country ? $country : 'US',
size => 2, maxlength => 70 }) . "</td>";
$ret .= "<td>" . LJ::html_text({ name => "state_$i", value => $state,
