Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2f848e04

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 2f848e04d775f3216204bdc94f96daa3190ddce3
  • Vorgänger 0dafb601
  • Nachfolger f7c5820c

Die UstId darf laut Datenbank nur maximal 12 Zeichen lang sein.

Unterschiede anzeigen:

bin/mozilla/ct.pl
964 964
	  <th align=right>| . $locale->text('Tax Number / SSN') . qq|</th>
965 965
	  <td><input name=taxnumber size=20 value="$form->{taxnumber}"></td>
966 966
          <th align=right>| . $locale->text('USt-IdNr.') . qq|</th>
967
	  <td><input name=ustid size=20 value="$form->{ustid}"></td>
967
	  <td><input name="ustid" maxlength="12" size="20" value="$form->{ustid}"></td>
968 968
          $customer
969 969
	</tr>
970 970
        <tr>

Auch abrufbar als: Unified diff