From ae7dfc514a78de6651ee1fd25bb1c8db5605e648 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 27 Nov 2007 14:44:17 +0000 Subject: [PATCH] =?utf8?q?Wenn=20in=20get=5Fvendor()=20die=20id=20des=20Ve?= =?utf8?q?ndors=20abgeholt=20wird,=20dann=20wird=20dadurch=20die=20ID=20de?= =?utf8?q?s=20aktuellen=20Vorgangs=20im=20Einkauf=20(Preisanfrage,=20Liefe?= =?utf8?q?rantenauftrag=20etc)=20=C3=BCberschrieben.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/IR.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/IR.pm b/SL/IR.pm index 44a2db568..6950739b0 100644 --- a/SL/IR.pm +++ b/SL/IR.pm @@ -841,7 +841,7 @@ sub get_vendor { } my $query = qq|SELECT - v.id, v.name AS vendor, v.creditlimit, v.terms, v.notes AS intnotes, + v.name AS vendor, v.creditlimit, v.terms, v.notes AS intnotes, v.email, v.cc, v.bcc, v.language_id, v.payment_id, v.street, v.zipcode, v.city, v.country, v.taxzone_id, $duedate + COALESCE(pt.terms_netto, 0) AS duedate, -- 2.20.1