Revision 2f848e04
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
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
Die UstId darf laut Datenbank nur maximal 12 Zeichen lang sein.