diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-10-24 00:39:47 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-24 00:39:47 -0700 |
commit | ac67ba5d343e1e704b9e706e2aa19ecd979a5863 (patch) | |
tree | 7845c6f834263b063ede352e4d582f4cc301a98d /httemplate/edit/discount_class.html | |
parent | adc62b5c44f6e6fddda75aff0d594d7a7d95a403 (diff) |
discount classes, RT#24911
Diffstat (limited to 'httemplate/edit/discount_class.html')
-rw-r--r-- | httemplate/edit/discount_class.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/edit/discount_class.html b/httemplate/edit/discount_class.html new file mode 100644 index 000000000..2bf27d996 --- /dev/null +++ b/httemplate/edit/discount_class.html @@ -0,0 +1,10 @@ +<% include( 'elements/class_Common.html', + 'name_singular' => 'Discount class', + 'table' => 'discount_class', + 'nocat' => 1, + 'addl_labels' => { 'classnum' => 'Class', + 'classname' => 'Class', + 'disabled' => 'Disable', + }, + ) +%> |