Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 47900a4d

Von Waldemar Toews vor fast 11 Jahren hinzugefügt

BUG-Fix: Falsches Wert im BLZ-Eingabe Feld Lieferadresse der Stammdaten.

Unterschiede anzeigen:

templates/webpages/customer_vendor/tabs/shipto.html
59 59
      <th align="right" nowrap>[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %]</th>
60 60

  
61 61
      <td>
62
        [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptostreet,  size = 5, maxlength = 75) %]
62
        [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptozipcode,  size = 5, maxlength = 75) %]
63 63
        [% L.input_tag('shipto.shiptocity', SELF.shipto.shiptocity,  size = 30, maxlength = 75) %]
64 64
      </td>
65 65
    </tr>

Auch abrufbar als: Unified diff