X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_pkg.cgi;h=09a2a7a8bebefd0b7eaaee99e23ebbbfd3cfd40a;hb=d83a273f3ac71431f5b007bb83fb55d7c83eae5c;hp=75fe983b426ee78eb5aaedc54f5f561f9c814ec4;hpb=4dbbbee37e78a035022974d19b3b80aeaead6049;p=freeside.git diff --git a/httemplate/view/cust_pkg.cgi b/httemplate/view/cust_pkg.cgi index 75fe983b4..09a2a7a8b 100755 --- a/httemplate/view/cust_pkg.cgi +++ b/httemplate/view/cust_pkg.cgi @@ -38,7 +38,7 @@ my $otaker = $cust_pkg->getfield('otaker'); print < function areyousure(href) { - if (confirm("Permanantly delete included services and cancel this package?") == true) + if (confirm("Permanently delete included services and cancel this package?") == true) window.location.href = href; }