[freeside-commits] freeside/httemplate/edit svc_phone.cgi, 1.7.4.3, 1.7.4.4
Ivan,,,
ivan at wavetail.420.am
Fri Mar 12 13:29:18 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv17734/httemplate/edit
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.7.4.3
retrieving revision 1.7.4.4
diff -u -w -d -r1.7.4.3 -r1.7.4.4
--- svc_phone.cgi 12 Mar 2010 03:36:47 -0000 1.7.4.3
+++ svc_phone.cgi 12 Mar 2010 21:29:16 -0000 1.7.4.4
@@ -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