X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Fbilling.html;h=fd078c5daa4491bfc56a7f52bb24c664471c6a63;hb=00b08d727da0c9a4d07007107e9991f1ce4100e6;hp=f2d6271d08258c8e2483da8245418a516505a4d3;hpb=4e764e5f9a7b690baf95906c4455311c2560120f;p=freeside.git diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index f2d6271d0..fd078c5da 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -6,7 +6,7 @@ -% foreach my $field (qw( payname paycvv paystart_month paystart_year payissue payip paytype paystate )) { +% foreach my $field (qw( payname paycvv paystart_month paystart_year payissue payip paytype paystate billday )) { @@ -103,9 +103,9 @@ } function payauto_changed(payauto_field){ - var span = (payauto_field.name == 'CARD_payauto') ? 'card_billday' : 'chek_billday'; - var select = document.getElementById('select_'+span); - span = document.getElementById(span); + var select = (payauto_field.name == 'CARD_payauto') ? 'CARD_billday' : 'CHEK_billday'; + var span = document.getElementById('td_'+select); + select = document.getElementById(select); if (span == null || select == null) return; if(payauto_field.checked) { span.style.color = '#000000'; @@ -114,7 +114,7 @@ else { span.style.color = '#999999'; select.disabled = true; - select.selectedIndex = 0; + //why? select.selectedIndex = 0; } } @@ -126,7 +126,8 @@ % my $paytype = $cust_main->paytype; % my( $account, $aba ) = split('@', $payinfo); % my $branch = ''; -% ($branch,$aba) = split('\.',$aba) if $conf->exists('cust_main-require-bank-branch'); +% ($branch,$aba) = split('\.',$aba) +% if $conf->exists('cust_main-require-bank-branch'); % % my $disabled = 'DISABLED style="background-color: #dddddd"'; % my $text_disabled = 'style="color: #999999"'; @@ -215,9 +216,9 @@ % emt('Charge future payments to this [_1] automatically','credit card').''. % % ( $conf->exists('cust_main-select-billday') ? -% qq! +% qq! % Charge on this day of each month   -% ! % . billday_options($cust_main->billday) . qq! ! % : '' % ). @@ -234,15 +235,10 @@ % join('', map { qq!" } @FS::cust_main::paytypes). % qq!!. % -% ( $conf->exists('echeck-no_routing') -% ? '' -% : -% qq!${r}!.emt('ABA/Routing number').qq! !. -% qq! !. -% qq!(!.emt('help').qq!)!. -% qq!! -% ). +% qq!${r}!.emt('ABA/Routing number').qq! !. +% qq! !. +% qq!(!.emt('help').qq!)!. +% qq!!. % % qq!!. % qq!!. @@ -272,9 +268,9 @@ % emt('Charge future payments to this [_1] automatically','electronic check').''. % % ( $conf->exists('cust_main-select-billday') ? -% qq! +% qq! % Charge on this day of each month   -% ! % . billday_options($cust_main->billday) . qq! ! % : '' % ). @@ -555,6 +551,24 @@ function toggle(obj) { % } +%my @available_locales = $conf->config('available-locales'); +%if ( scalar(@available_locales) ) { +% push @available_locales, ''; +% my %locale_labels = map { +% my %ll; +% my %info = FS::Locales->locale_info($_); +% $ll{$_} = $info{name} . " (" . $info{country} . ")"; +% %ll; +% } FS::Locales->locales; + <& /elements/tr-select.html, + 'label' => emt('Invoicing locale'), + 'field' => 'locale', + 'options' => \@available_locales, + 'labels' => \%locale_labels, + 'curr_value' => $cust_main->locale, + &> +% } + <% $r %> <% mt('required fields') |h %>