Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bfaef835

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID bfaef835c20ba69d5ea4242e67a0dcb4fcbd4f50
  • Vorgänger 319c72e8
  • Nachfolger eeb49024

Bugfix für einen meiner letzten Commits: Beim Anklicken von "Lieferadresse" blieb die linke Seite (Rechnungsadresse) leer.

Unterschiede anzeigen:

bin/mozilla/io.pl
2056 2056
       shiptocontact shiptophone shiptofax shiptoemail
2057 2057
       shiptodepartment_1 shiptodepartment_2);
2058 2058

  
2059
  my @addr_vars =
2060
    (qw(name department_1 department_2 street zipcode city country
2061
        contact email phone fax));
2062

  
2059 2063
  # get details for name
2060
  &{"$form->{vc}_details"}(@shipto_vars);
2064
  &{"$form->{vc}_details"}(@addr_vars);
2061 2065

  
2062 2066
  $number =
2063 2067
    ($form->{vc} eq 'customer')
......
2138 2142
	</tr>
2139 2143
	<tr>
2140 2144
	  <th align=right nowrap>| . $locale->text('Phone') . qq|</th>
2141
	  <td>$form->{"$form->{vc}phone"}</td>
2145
	  <td>$form->{phone}</td>
2142 2146
	  <td><input name=shiptophone size=20 value="$form->{shiptophone}"></td>
2143 2147
	</tr>
2144 2148
	<tr>
2145 2149
	  <th align=right nowrap>| . $locale->text('Fax') . qq|</th>
2146
	  <td>$form->{"$form->{vc}fax"}</td>
2150
	  <td>$form->{fax}</td>
2147 2151
	  <td><input name=shiptofax size=20 value="$form->{shiptofax}"></td>
2148 2152
	</tr>
2149 2153
	<tr>

Auch abrufbar als: Unified diff