From d6be23266fb627a4e7831055bf55ae675dbad4e9 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 30 Jan 2010 20:05:16 +0000 Subject: discounts, RT#6679 --- httemplate/misc/cust-part_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/cust-part_pkg.cgi') 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; -- cgit v1.2.1