diff options
author | levinse <levinse> | 2011-01-27 05:10:11 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-27 05:10:11 +0000 |
commit | eca5199332bb2ba562fe9897a1832d557d5143a5 (patch) | |
tree | f7ab5d0d9b66d0a5b0fada5e2b3cc152c473c9ee /httemplate/edit/cust_note_class.html | |
parent | 3fafb034f6b3f6fbd6b81edf6337b29b9e8be86e (diff) |
note classes backport to 2.1 branch, RT9995
Diffstat (limited to 'httemplate/edit/cust_note_class.html')
-rw-r--r-- | httemplate/edit/cust_note_class.html | 7 |
1 files changed, 7 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..038d376af --- /dev/null +++ b/httemplate/edit/cust_note_class.html @@ -0,0 +1,7 @@ +<% include( 'elements/class_Common.html', + 'name' => 'Customer Note Class', + 'table' => 'cust_note_class', + 'nocat' => 1, + ) +%> + |