X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fikano.pm;h=5d8285e6be0c5d0464712b887793569f1cee0ffa;hb=98779ec47370ad67c716154f67f6a726b83e09ed;hp=ac1e5785aca8d6cae37917a014e597154f8271b3;hpb=57fecbd959fd5d72b20105161b7e3df94cbedd03;p=freeside.git diff --git a/FS/FS/part_export/ikano.pm b/FS/FS/part_export/ikano.pm index ac1e5785a..5d8285e6b 100644 --- a/FS/FS/part_export/ikano.pm +++ b/FS/FS/part_export/ikano.pm @@ -313,7 +313,7 @@ sub qual { }; } -sub qual_html { +sub qual_result { my($self,$qual) = (shift,shift); my %qual_options = $qual->options; @@ -325,23 +325,52 @@ sub qual_html { && $optionvalue ne '' ); } - # XXX: eventually perhaps this should return both the packages a link to - # order each package and go to the svc prov with the prequal id filled in - # but only if cust, not prospect! - my $list = "Qualifying Packages:"; - $list; + + @filtered_quals; } sub notes_html { @@ -650,6 +679,7 @@ sub export_expire { $svc_dsl->last_pull((time)+1); $svc_dsl->vendor_order_id($result->{'OrderId'}); $svc_dsl->vendor_order_status($result->{'Status'}); + $svc_dsl->monitored('Y'); local $FS::svc_Common::noexport_hack = 1; $result = $svc_dsl->replace; return "Error setting DSL fields: $result" if $result;