[freeside-commits] freeside/httemplate/edit/elements svc_Common.html, 1.14, 1.15
Ivan,,,
ivan at wavetail.420.am
Fri Mar 12 13:29:06 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv17695/httemplate/edit/elements
Modified Files:
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.14
retrieving revision 1.15
diff -u -w -d -r1.14 -r1.15
--- svc_Common.html 12 Mar 2010 03:36:36 -0000 1.14
+++ svc_Common.html 12 Mar 2010 21:29:04 -0000 1.15
@@ -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