projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dafb60
)
Die UstId darf laut Datenbank nur maximal 12 Zeichen lang sein.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 12 Jan 2007 14:36:53 +0000
(14:36 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 12 Jan 2007 14:36:53 +0000
(14:36 +0000)
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
923a18a
..
fed9c44
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-964,7
+964,7
@@
sub form_header {
<th align=right>| . $locale->text('Tax Number / SSN') . qq|</th>
<td><input name=taxnumber size=20 value="$form->{taxnumber}"></td>
<th align=right>| . $locale->text('USt-IdNr.') . qq|</th>
- <td><input name=
ustid size=20
value="$form->{ustid}"></td>
+ <td><input name=
"ustid" maxlength="12" size="20"
value="$form->{ustid}"></td>
$customer
</tr>
<tr>