[freeside-commits] branch FREESIDE_3_BRANCH updated. 051449daeb488ac38f380392d6e42d9f6408d892

Mark Wells mark at 420.am
Wed Apr 27 15:55:36 PDT 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  051449daeb488ac38f380392d6e42d9f6408d892 (commit)
      from  414224f792cf11ec3423e1be890d483b5a59df4a (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 051449daeb488ac38f380392d6e42d9f6408d892
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Apr 27 15:53:11 2016 -0700

    fix syntax error, #42091, from #32456

diff --git a/httemplate/edit/process/svc_dsl.html b/httemplate/edit/process/svc_dsl.html
index 436ca76..489c869 100644
--- a/httemplate/edit/process/svc_dsl.html
+++ b/httemplate/edit/process/svc_dsl.html
@@ -25,7 +25,7 @@ my $precheck_callback = sub {
   my $psc = $part_svc->part_svc_column('password');
   if ( $psc->columnflag eq 'F' ) {
     # enforce it here and skip password validation
-    $cgi->param('password', $psc->columnvalue;
+    $cgi->param('password', $psc->columnvalue);
   } else {
     my $newpass = $cgi->param('password');
     if ( $old and $newpass ne $old->password ) {

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

Summary of changes:
 httemplate/edit/process/svc_dsl.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list