[freeside-commits] branch FREESIDE_3_BRANCH updated. 89a380b8ead73e8762a8687dcc9a3d5deff3d629

Ivan ivan at 420.am
Sun Aug 25 16:36:48 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  89a380b8ead73e8762a8687dcc9a3d5deff3d629 (commit)
      from  b799e8a48e0ea4e192d51fc445c3bee14c55e687 (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 89a380b8ead73e8762a8687dcc9a3d5deff3d629
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Aug 25 16:36:47 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