X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=ng_selfservice%2Fquotation_remove_pkg.php;fp=ng_selfservice%2Fquotation_remove_pkg.php;h=07548c7f9664df76a6b718b6cecafea58d19c88a;hb=89b934cfce5226556eb5f2ebb8377fb87d278a63;hp=0000000000000000000000000000000000000000;hpb=23d1a5787502e9e76338f6a7878b131f04741575;p=freeside.git diff --git a/ng_selfservice/quotation_remove_pkg.php b/ng_selfservice/quotation_remove_pkg.php new file mode 100644 index 000000000..07548c7f9 --- /dev/null +++ b/ng_selfservice/quotation_remove_pkg.php @@ -0,0 +1,31 @@ + $_COOKIE['session_id'], + 'pkgnum' => $_REQUEST['pkgnum'], + ); + + $results = $freeside->quotation_remove_pkg($args); + + } + + if ( isset($results['error']) && $results['error'] ) { + $dest .= '?error=' . $results['error']; + } + +} + +header("Location:$dest"); + +?>