From: Moritz Bunkus Date: Wed, 31 Jan 2007 14:36:10 +0000 (+0000) Subject: Copy & paste-Fehler. X-Git-Tag: release-2.4.2~198 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=1f96f65b7459fc74081553c6cf9f953090941b53;p=kivitendo-erp.git Copy & paste-Fehler. --- diff --git a/SL/CT.pm b/SL/CT.pm index 3057391e3..a4eb0b216 100644 --- a/SL/CT.pm +++ b/SL/CT.pm @@ -182,7 +182,7 @@ sub get_tuple { } $sth->finish; - # get languages + # get payment terms $query = qq|SELECT id, description FROM payment_terms ORDER BY 1|;