From: ivan Date: Tue, 9 Feb 2010 19:56:01 +0000 (+0000) Subject: doh, fix for discounts winding up with both amount and percent, RT#6679 X-Git-Tag: root_of_svc_elec_features~480 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=76944dc5782dc4b55ecd478d67bc20ad994abb6a doh, fix for discounts winding up with both amount and percent, RT#6679 --- diff --git a/httemplate/edit/process/discount.html b/httemplate/edit/process/discount.html index 80dc0f5bd..eb4e92e9f 100644 --- a/httemplate/edit/process/discount.html +++ b/httemplate/edit/process/discount.html @@ -1,6 +1,7 @@ <% include( 'elements/process.html', 'table' => 'discount', 'viewall_dir' => 'browse', + 'fields' => [ fields('discount'), '_type' ], ) %> <%init>