doh, fix for discounts winding up with both amount and percent, RT#6679
authorivan <ivan>
Tue, 9 Feb 2010 19:56:01 +0000 (19:56 +0000)
committerivan <ivan>
Tue, 9 Feb 2010 19:56:01 +0000 (19:56 +0000)
httemplate/edit/process/discount.html

index 80dc0f5..eb4e92e 100644 (file)
@@ -1,6 +1,7 @@
 <% include( 'elements/process.html',
                'table'       => 'discount',
                'viewall_dir' => 'browse',
+               'fields'      => [ fields('discount'), '_type' ], 
            )
 %>
 <%init>