From: Moritz Bunkus Date: Fri, 16 Mar 2007 13:55:40 +0000 (+0000) Subject: Debugcode... X-Git-Tag: release-2.4.3^2~604 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/b0fb67c50214b3bea5bbdddc2976c0d9dbdeb4e6 Debugcode... --- diff --git a/SL/IS.pm b/SL/IS.pm index dd3eaf428..4a151d8f2 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1687,9 +1687,6 @@ sub get_customer { LEFT JOIN business b ON (b.id = c.business_id) LEFT JOIN payment_terms pt ON c.payment_id = pt.id WHERE c.id = $form->{customer_id}|; - $query =~ s/[\n\t]/ /g; - $query =~ s/ +/ /g; - $main::lxdebug->message(1, "qq $query"); my $sth = $dbh->prepare($query); $sth->execute || $form->dberror($query);