X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FUSTVA.pm;h=ff63556352f7282f8ba0f48c57ec8c081914f796;hb=685a41058225b91a5e19f62b58aebfd52637fa07;hp=31d13caedac4c38c567fd0611f22413bd148330f;hpb=d319704a66e9be64da837ccea10af6774c2b0838;p=kivitendo-erp.git diff --git a/SL/USTVA.pm b/SL/USTVA.pm index 31d13caed..ff6355635 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -139,7 +139,7 @@ SWITCH: { - + |; my $h = 0; my $i = 0; @@ -191,7 +191,7 @@ sub fa_auswahl { #} #if ( $terminal eq 'mozilla' or $terminal eq 'js' ) { - print qq| + print qq|
@@ -261,7 +261,7 @@ sub fa_auswahl { print qq| Finanzamt - + |; $main::lxdebug->leave_sub(); @@ -410,7 +410,7 @@ sub query_finanzamt { if ($DBI::err) { #There is no table, read the table from sql/finanzamt.sql - print qq|

Bitte warten, Tabelle $table wird einmalig in Datenbank: + print qq|

Bitte warten, Tabelle $table wird einmalig in Datenbank: $myconfig->{dbname} als Benutzer: $myconfig->{dbuser} hinzugefĆ¼gt...

|; process_query($form, $dbh, $filename) || $self->error(DBI->errstr); @@ -557,4 +557,3 @@ sub process_query { } 1; -