Revision b0fb67c5
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1687 | 1687 |
LEFT JOIN business b ON (b.id = c.business_id) |
1688 | 1688 |
LEFT JOIN payment_terms pt ON c.payment_id = pt.id |
1689 | 1689 |
WHERE c.id = $form->{customer_id}|; |
1690 |
$query =~ s/[\n\t]/ /g; |
|
1691 |
$query =~ s/ +/ /g; |
|
1692 |
$main::lxdebug->message(1, "qq $query"); |
|
1693 | 1690 |
my $sth = $dbh->prepare($query); |
1694 | 1691 |
$sth->execute || $form->dberror($query); |
1695 | 1692 |
|
Auch abrufbar als: Unified diff
Debugcode...