[freeside-commits] freeside/httemplate/edit svc_phone.cgi, 1.10, 1.11
Ivan,,,
ivan at wavetail.420.am
Fri Mar 12 13:29:06 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv17695/httemplate/edit
Modified Files:
svc_phone.cgi
Log Message:
finishing e911/svc_phone location, RT#7047
Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_phone.cgi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -d -r1.10 -r1.11
--- svc_phone.cgi 12 Mar 2010 03:36:36 -0000 1.10
+++ svc_phone.cgi 12 Mar 2010 21:29:04 -0000 1.11
@@ -62,10 +62,13 @@
my $cust_pkg = qsearchs('cust_pkg', {'pkgnum' => $pkgnum});
my $cust_main = $cust_pkg ? $cust_pkg->cust_main : '';
( 'no_bold' => 1,
+ 'cust_pkg' => $cust_pkg,
'cust_main' => $cust_main,
);
},
},
+ { field => 'custnum', type=> 'hidden' }, #for new cust_locations
;
+
</%init>
More information about the freeside-commits
mailing list