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:
005b4d9
)
Taxbird Export: Nicht den ersten / aus der Steuernummer entfernen
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 30 Dec 2010 16:59:56 +0000
(17:59 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 30 Dec 2010 16:59:56 +0000
(17:59 +0100)
Für Bug 1488.
bin/mozilla/ustva.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ustva.pl
b/bin/mozilla/ustva.pl
index
f7c1797
..
f7874cd
100644
(file)
--- a/
bin/mozilla/ustva.pl
+++ b/
bin/mozilla/ustva.pl
@@
-949,7
+949,7
@@
sub generate_ustva {
$form->{taxbird_steuernummer} = $form->{steuernummer};
# $form->{taxbird_steuernummer} =~ s/\D//g;
- $form->{taxbird_steuernummer} =~ s/\///; # ersten Querstrich ersetzen
+
#
$form->{taxbird_steuernummer} =~ s/\///; # ersten Querstrich ersetzen
# Numberformatting for Taxbird
my $temp_numberformat = $myconfig{numberformat};