[freeside-commits] branch master updated. 6e8d47545088670085190e5a3a923cff930174e4

Ivan ivan at 420.am
Fri Mar 23 11:40:34 PDT 2012


The branch, master has been updated
       via  6e8d47545088670085190e5a3a923cff930174e4 (commit)
      from  879ad5135754ec2968e39cf98f7958f0db50d359 (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 6e8d47545088670085190e5a3a923cff930174e4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 23 11:40:32 2012 -0700

    wtf?

diff --git a/httemplate/edit/process/REAL_cust_pkg.cgi b/httemplate/edit/process/REAL_cust_pkg.cgi
index 6f5b38f..3e0ef59 100755
--- a/httemplate/edit/process/REAL_cust_pkg.cgi
+++ b/httemplate/edit/process/REAL_cust_pkg.cgi
@@ -38,7 +38,7 @@ push @errors, '_setupadd_areyousure'
   if $hash{'setup'} && ! $old->setup         # if the setup date was added
   && ! $cgi->param('setupadd_areyousure');   # and it wasn't confirmed 
 
-rors, '_start'
+push @errors, '_start'
   if $hash{'start_date'} && !$old->start_date # if a start date was added
   && $hash{'setup'};                          # but there's a setup date
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/process/REAL_cust_pkg.cgi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list