From 457da870c23db87fbbc29d7c667a73f41422dd71 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 10 Dec 2010 06:02:53 +0000 Subject: implement customer note classes, RT9995 --- httemplate/edit/cust_note_class.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 httemplate/edit/cust_note_class.html (limited to 'httemplate/edit/cust_note_class.html') 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, + ) +%> -- cgit v1.2.1