Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a7d1bd78

Von Sven Schöling vor etwa 12 Jahren hinzugefügt

  • ID a7d1bd78920045972aab7008a861dce0daafa22b
  • Vorgänger 05c23f49
  • Nachfolger 8f41642d

fokus in Debitorenbuchungen gefixt

Unterschiede anzeigen:

bin/mozilla/ar.pl
315 315
    $taxcharts{$item->{id}} = $item;
316 316
  }
317 317

  
318
  $form->{fokus} = "arledger.customer";
318
  $::request->{layout}->focus("#customer");
319 319

  
320 320
  my $follow_up_vc         =  $form->{customer};
321 321
  $follow_up_vc            =~ s/--.*?//;
templates/webpages/ar/form_header.html
32 32
                <th align="right" nowrap>[% 'Customer' | $T8 %]</th>
33 33
                <td colspan=3>
34 34
[%- IF selectcustomer %]
35
    <select name="customer" onchange="document.getElementById('update_button').click();">[% selectcustomer %]</select>
35
    <select id='customer' name="customer" onchange="document.getElementById('update_button').click();">[% selectcustomer %]</select>
36 36
[%- ELSE %]
37
    <input name=customer value="[% customer | html %]" size=35>
37
    <input id='customer' name=customer value="[% customer | html %]" size=35>
38 38
[%- END %]
39 39
                <input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('customer')"></td>
40 40
                [% L.hidden_tag('selectcustomer', selectcustomer) %]

Auch abrufbar als: Unified diff