summaryrefslogtreecommitdiff
path: root/FS/FS/sales.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-10-12 18:43:54 -0700
committerMark Wells <mark@freeside.biz>2013-10-12 18:43:54 -0700
commitcd365522ec4e9f1b553bb1b5096c756c1fdb1d01 (patch)
tree8351e2f5bd91a8e3c34c431acf765c07c0baa232 /FS/FS/sales.pm
parent65f3ee811a83be47ef02e0919ec122ad4083ccbd (diff)
sales person commission report fixes, #25255
Diffstat (limited to 'FS/FS/sales.pm')
-rw-r--r--FS/FS/sales.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/sales.pm b/FS/FS/sales.pm
index c8604ab..82c875a 100644
--- a/FS/FS/sales.pm
+++ b/FS/FS/sales.pm
@@ -146,6 +146,7 @@ sub cust_bill_pkg {
}
qsearch({ 'table' => 'cust_bill_pkg',
+ 'select' => 'cust_bill_pkg.*',
'addl_from' => ' LEFT JOIN cust_bill USING ( invnum ) '.
' LEFT JOIN cust_pkg USING ( pkgnum ) '.
' LEFT JOIN part_pkg USING ( pkgpart ) '.