X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;h=421bd98a4f30fe25a5c498a880cace4ef56b2374;hb=bc53d77e5cd5543a76bb38aa2acf96fbfa61714d;hp=dfa32d3a5cf5bef4176410e4d4cb54ba3cbec65b;hpb=2c9b97801b3981efaf6c65118e3cc1a0368e649c;p=freeside.git diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index dfa32d3a5..421bd98a4 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -271,7 +271,7 @@ print '
'. qq!
!. qq!!. qq!Description:!. - qq! Amount:!. + qq! Amount:!. qq! !; #false laziness w/ edit/part_pkg.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; }