[freeside-commits] branch master updated. 3ea60431d09fb8d3b7e7bf47ec6357384b0d27db
Ivan
ivan at 420.am
Sun Aug 25 16:36:47 PDT 2013
The branch, master has been updated
via 3ea60431d09fb8d3b7e7bf47ec6357384b0d27db (commit)
from 8304269447c99cf0257da59f34046fc89c8e5caf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3ea60431d09fb8d3b7e7bf47ec6357384b0d27db
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Aug 25 16:36:46 2013 -0700
continue sales person work: customer and package selection, commissions, reporting. RT#23402
diff --git a/httemplate/misc/sales.cgi b/httemplate/misc/sales.cgi
index 1e56371..2b6406a 100644
--- a/httemplate/misc/sales.cgi
+++ b/httemplate/misc/sales.cgi
@@ -14,8 +14,6 @@ my @sales = qsearch({
'order_by' => 'ORDER BY salesperson',
});
-warn scalar(@sales);
-
my @return = map {
( $_->salesnum,
$_->salesperson,
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/sales.cgi | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list