From 76944dc5782dc4b55ecd478d67bc20ad994abb6a Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 9 Feb 2010 19:56:01 +0000 Subject: [PATCH] doh, fix for discounts winding up with both amount and percent, RT#6679 --- httemplate/edit/process/discount.html | 1 + 1 file changed, 1 insertion(+) 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> -- 2.11.0