diff options
author | ivan <ivan> | 2010-02-09 19:56:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-09 19:56:01 +0000 |
commit | 76944dc5782dc4b55ecd478d67bc20ad994abb6a (patch) | |
tree | a259e90ed00c6e138d159cd34e96102e9007eb27 /httemplate | |
parent | 55d4f277c99ac9fb15d1559e753c3f5b8a2c50fd (diff) |
doh, fix for discounts winding up with both amount and percent, RT#6679
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/process/discount.html | 1 |
1 files changed, 1 insertions, 0 deletions
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> |