diff options
author | ivan <ivan> | 2010-03-12 21:29:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-12 21:29:16 +0000 |
commit | 41f561eb60f8a69d1ce3685e04cfd1e1a8efefad (patch) | |
tree | fbeb57c58a459c50cbbcaa609a1c86f4fed2ddab /httemplate/edit/elements | |
parent | 0ce57e8f629e6f28b3587675ea12a591443719fd (diff) |
finishing e911/svc_phone location, RT#7047
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r-- | httemplate/edit/elements/svc_Common.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/elements/svc_Common.html b/httemplate/edit/elements/svc_Common.html index 1cb1659f4..36950b2c9 100644 --- a/httemplate/edit/elements/svc_Common.html +++ b/httemplate/edit/elements/svc_Common.html @@ -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 { |