X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAR.pm;h=77c62d39c4e5d97e6b5373144ed08014772f95e5;hb=f5d11325588b7b7c7bed5a3aaeeb5f842ad18b17;hp=280184d7e92c46d57f311235f3591972afa35e3b;hpb=d104879c27e78a5c2101c8d9227e6419aea15881;p=kivitendo-erp.git diff --git a/SL/AR.pm b/SL/AR.pm index 280184d7e..77c62d39c 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -487,6 +487,7 @@ sub ar_transactions { qq| a.shippingpoint, a.storno, a.storno_id, a.globalproject_id, | . qq| a.marge_total, a.marge_percent, | . qq| a.transaction_description, a.direct_debit, | . + qq| a.type, | . qq| pr.projectnumber AS globalprojectnumber, | . qq| c.name, c.customernumber, c.country, c.ustid, b.description as customertype, | . qq| c.id as customer_id, | .