X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/676c7dc01537ec05fb64882618ad8c5b08bd5fe6..c6a4a05a9ad2ae02dafff463fa7b49ce41d2ae2f:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index 8fd928167..5396c7add 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -497,7 +497,6 @@ sub save { } # insert makemodel records - unless ($form->{item} eq 'service') { my $lastupdate = ''; my $value = 0; for my $i (1 .. $form->{makemodel_rows}) { @@ -521,7 +520,6 @@ sub save { do_query($form, $dbh, $query, @values); } } - } # insert taxes foreach my $item (split(/ /, $form->{taxaccounts})) {