diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-05-13 22:16:37 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-05-13 22:16:37 -0700 |
commit | 8d7cd4b2bd99cc1a711d81b55a1652d31eda4df5 (patch) | |
tree | f742c8f30a6724b4cf429a3247a2c9e075b668f2 /httemplate/edit/part_svc_class.html | |
parent | 6a66ab1163bfcd6f46df00aa474d013530a1e13c (diff) |
service def classes, to support corecom portal, RT#17617
Diffstat (limited to 'httemplate/edit/part_svc_class.html')
-rw-r--r-- | httemplate/edit/part_svc_class.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/part_svc_class.html b/httemplate/edit/part_svc_class.html new file mode 100644 index 000000000..0d9a00727 --- /dev/null +++ b/httemplate/edit/part_svc_class.html @@ -0,0 +1,6 @@ +<% include( 'elements/class_Common.html', + 'name' => 'Service class', + 'table' => 'part_svc_class', + 'nocat' => 1, + ) +%> |