Lieferungen bei Lieferanten - Typo gefixed
authorG. Richardson <information@kivitendo-premium.de>
Thu, 5 Feb 2015 11:26:33 +0000 (12:26 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Thu, 5 Feb 2015 11:26:33 +0000 (12:26 +0100)
Behebt Ticket #34

SL/Controller/CustomerVendor.pm

index d9732cb..403413f 100644 (file)
@@ -493,7 +493,7 @@ sub action_get_delivery {
 
      LEFT JOIN oe
        ON (oe.ordnumber = ${arap}.ordnumber AND NOT ${arap}.ordnumber = ''
-           AND ". ($arap eq 'ar' ? 'oe.customer_id IS NOT NULL' : 'oe_vendor_id IS NOT NULL') ." )
+           AND ". ($arap eq 'ar' ? 'oe.customer_id IS NOT NULL' : 'oe.vendor_id IS NOT NULL') ." )
 
      ${where}
      ORDER BY ${arap}.transdate DESC LIMIT 15";