X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fqual.cgi;h=56c2b61df1ca4be21d60138cb12095ac3443751e;hb=49d9ea969069430ef3fe23e5b1ac3599e929bb04;hp=6998b8541ce7ea7a96c0afed7f9e428cf0aaef7e;hpb=3dfc446d8a4d241787c47ff7e2db72483d62ab7a;p=freeside.git diff --git a/httemplate/view/qual.cgi b/httemplate/view/qual.cgi index 6998b8541..56c2b61df 100644 --- a/httemplate/view/qual.cgi +++ b/httemplate/view/qual.cgi @@ -46,9 +46,10 @@ % if($cust_or_prospect->custnum) { -% my %opt = ( 'label' => $pkglist->{$pkgpart}, -% 'pkgpart' => $pkgpart, -% 'locationnum' => $location{'locationnum'}, +% my %opt = ( 'label' => $pkglist->{$pkgpart}, +% 'lock_pkgpart' => $pkgpart, +% 'lock_locationnum' => $location{'locationnum'}, +% 'qualnum' => $qual->qualnum, % ); % if ( $export->exporttype eq 'ikano' ) { % my $pkg_svc = qsearchs('pkg_svc', { 'pkgpart' => $pkgpart, @@ -58,8 +59,10 @@ % $opt{'svcpart'} = $pkg_svc->svcpart if $pkg_svc; % } - <% include('/view/cust_main/order_pkg_link.html', - $cust_or_prospect, %opt) %> + <& /elements/order_pkg_link.html, + 'cust_main' => $cust_or_prospect, + %opt + &> % } elsif ($cust_or_prospect->prospectnum) {