[freeside-commits] freeside/httemplate/edit/elements svc_Common.html, 1.5, 1.6
Ivan,,,
ivan at wavetail.420.am
Sat Jun 28 16:03:11 PDT 2008
- Previous message: [freeside-commits] freeside/httemplate/misc areacodes.cgi, NONE, 1.1 exchanges.cgi, NONE, 1.1 phonenums.cgi, NONE, 1.1
- Next message: [freeside-commits] freeside/httemplate/elements tr-input-text.html, 1.4, 1.5 input-text.html, NONE, 1.1 tr-select-did.html, NONE, 1.1 select-state.html, NONE, 1.1 select-phonenum.html, NONE, 1.1 select-areacode.html, NONE, 1.1 select-exchange.html, NONE, 1.1 select-did.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv26113/httemplate/edit/elements
Modified Files:
svc_Common.html
Log Message:
get DIDs from globalpops
Index: svc_Common.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/svc_Common.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- svc_Common.html 28 Jun 2008 19:25:24 -0000 1.5
+++ svc_Common.html 28 Jun 2008 23:03:09 -0000 1.6
@@ -28,6 +28,8 @@
$part_svc = qsearchs( 'part_svc', { svcpart=>$svcpart });
die "No part_svc entry!" unless $part_svc;
+
+ $svc_x->setfield('svcpart', $svcpart);
},
'edit_callback' => sub {
@@ -43,7 +45,7 @@
die "No part_svc entry!" unless $part_svc;
},
- 'new_hash_callback' => sub {
+ 'new_hashref_callback' => sub {
#my( $cgi, $svc_x ) = @_;
{ svcpart => $svcpart };
- Previous message: [freeside-commits] freeside/httemplate/misc areacodes.cgi, NONE, 1.1 exchanges.cgi, NONE, 1.1 phonenums.cgi, NONE, 1.1
- Next message: [freeside-commits] freeside/httemplate/elements tr-input-text.html, 1.4, 1.5 input-text.html, NONE, 1.1 tr-select-did.html, NONE, 1.1 select-state.html, NONE, 1.1 select-phonenum.html, NONE, 1.1 select-areacode.html, NONE, 1.1 select-exchange.html, NONE, 1.1 select-did.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list