[freeside-commits] freeside/httemplate/edit/elements svc_Common.html, 1.8.2.6, 1.8.2.7

Ivan,,, ivan at wavetail.420.am
Fri Mar 12 13:29:18 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv17734/httemplate/edit/elements

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	svc_Common.html 
Log Message:
finishing e911/svc_phone location, RT#7047

Index: svc_Common.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/svc_Common.html,v
retrieving revision 1.8.2.6
retrieving revision 1.8.2.7
diff -u -w -d -r1.8.2.6 -r1.8.2.7
--- svc_Common.html	12 Mar 2010 03:36:47 -0000	1.8.2.6
+++ svc_Common.html	12 Mar 2010 21:29:16 -0000	1.8.2.7
@@ -101,6 +101,11 @@
                            };
                    }
 
+                   if ( $f->{'field'} eq 'custnum' && $pkgnum ) {
+                     my $cust_pkg = qsearchs('cust_pkg', {'pkgnum' => $pkgnum});
+                     $object->set('custnum', $cust_pkg->custnum);
+                   }
+
                  },
 
                  'html_init' => sub {



More information about the freeside-commits mailing list