diff options
author | levinse <levinse> | 2010-12-10 06:02:53 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-10 06:02:53 +0000 |
commit | 457da870c23db87fbbc29d7c667a73f41422dd71 (patch) | |
tree | ea61844254e2338dc20cc85e1cbc30b006b731a3 /httemplate/edit/cust_note_class.html | |
parent | 6568e7bb436d6ac4ae2ec984446e8fc4a999f0af (diff) |
implement customer note classes, RT9995
Diffstat (limited to 'httemplate/edit/cust_note_class.html')
-rw-r--r-- | httemplate/edit/cust_note_class.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/cust_note_class.html b/httemplate/edit/cust_note_class.html new file mode 100644 index 000000000..111190b71 --- /dev/null +++ b/httemplate/edit/cust_note_class.html @@ -0,0 +1,6 @@ +<% include( 'elements/class_Common.html', + 'name' => 'Customer Note Class', + 'table' => 'cust_note_class', + 'nocat' => 1, + ) +%> |