diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-31 03:36:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-31 03:36:14 -0700 |
commit | f264598260908d2442fe1aed2ce3784ce51254e6 (patch) | |
tree | bd0f6efc5b41c49084a9d193a59c3e4a7672ba81 /httemplate/edit/vend_class.html | |
parent | 449e3c3b4fe9b4f55950951c0ecc7aaf954e2212 (diff) |
simple A/P
Diffstat (limited to 'httemplate/edit/vend_class.html')
-rw-r--r-- | httemplate/edit/vend_class.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/vend_class.html b/httemplate/edit/vend_class.html new file mode 100644 index 000000000..c04c337ef --- /dev/null +++ b/httemplate/edit/vend_class.html @@ -0,0 +1,5 @@ +<& elements/class_Common.html, + 'name_singular' => 'Vendor Class', + 'table' => 'vend_class', + 'nocat' => 1, +&> |