X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;h=421bd98a4f30fe25a5c498a880cace4ef56b2374;hp=f0d342633e63578803b2183c8502dc766c6a6791;hb=86bf1d97a86661716d2d0276b28985c24180153b;hpb=5d65d52a1b53172da6bcaf37cc375a3f4f3edfd9 diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index f0d342633..421bd98a4 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -295,7 +295,7 @@ print qq!
!; print < function cust_pkg_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; }