X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fview%2Fcust_main.cgi;h=421bd98a4f30fe25a5c498a880cace4ef56b2374;hb=3ef62a0570055da710328937e7f65dbb2c027c62;hp=98b6331ed4fd1d78d934d4c7da3d883ae4f1e7d5;hpb=7f287d73e800f953c98b51401aa286b173b4dbfe;p=freeside.git diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 98b6331ed..421bd98a4 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -271,13 +271,31 @@ print '
'. qq!
!. qq!!. qq!Description:!. - qq! Amount:!. - qq! 

!; + qq! Amount:!. + qq! !; + +#false laziness w/ edit/part_pkg.cgi +if ( $conf->exists('enable_taxclasses') ) { + print ''; +} else { + print ''; +} + +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; }