X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcust-part_pkg.cgi;fp=httemplate%2Fmisc%2Fcust-part_pkg.cgi;h=524799ced89fccd32da1533a1ff2222f61bcd689;hb=d6be23266fb627a4e7831055bf55ae675dbad4e9;hp=974ac0e87c78a11541ee1e38b8d2d6d7d78ed11a;hpb=2d5f9e43a60773a9b079e96c330cb9e0e089800a;p=freeside.git diff --git a/httemplate/misc/cust-part_pkg.cgi b/httemplate/misc/cust-part_pkg.cgi index 974ac0e87..524799ced 100644 --- a/httemplate/misc/cust-part_pkg.cgi +++ b/httemplate/misc/cust-part_pkg.cgi @@ -23,7 +23,7 @@ my @part_pkg = qsearch({ 'order_by' => 'ORDER BY pkg', }); -my @return = map { $_->pkgpart => $_->pkg_comment } +my @return = map { ( $_->pkgpart, $_->pkg_comment, $_->can_discount ); } #sort { $a->pkg_comment cmp $b->pkg_comment } @part_pkg;