diff options
author | Mark Wells <mark@freeside.biz> | 2012-10-09 15:24:32 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-10-09 15:24:32 -0700 |
commit | 64c605834e8674c6ae5a3c7e235e37364826c870 (patch) | |
tree | e6582dedbfd5c5528d1ad109a7ff4afc75557e41 | |
parent | e5011f030796de0913c98631ac089e9bcb6c9912 (diff) |
spelling fix
-rw-r--r-- | httemplate/edit/contact_class.html | 2 | ||||
-rw-r--r-- | httemplate/edit/cust_class.html | 2 | ||||
-rw-r--r-- | httemplate/edit/cust_note_class.html | 2 | ||||
-rw-r--r-- | httemplate/edit/hardware_class.html | 2 | ||||
-rw-r--r-- | httemplate/edit/inventory_class.html | 2 | ||||
-rw-r--r-- | httemplate/edit/part_svc_class.html | 2 | ||||
-rw-r--r-- | httemplate/edit/pkg_class.html | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/httemplate/edit/contact_class.html b/httemplate/edit/contact_class.html index 1ab52e5d6..1a1e60d43 100644 --- a/httemplate/edit/contact_class.html +++ b/httemplate/edit/contact_class.html @@ -1,5 +1,5 @@ <% include( 'elements/class_Common.html', - 'name' => 'Contact Type', + 'name_singular' => 'Contact Type', 'table' => 'contact_class', 'nocat' => 1, 'addl_labels' => { 'classnum' => 'Type number', diff --git a/httemplate/edit/cust_class.html b/httemplate/edit/cust_class.html index 8fce90588..2b074aaa1 100644 --- a/httemplate/edit/cust_class.html +++ b/httemplate/edit/cust_class.html @@ -1,5 +1,5 @@ <% include( 'elements/class_Common.html', - 'name' => 'Customer Class', + 'name_singular' => 'Customer Class', 'table' => 'cust_class', 'addl_fields' => \@addl_fields, 'addl_labels' => { 'tax' => 'Tax Exempt' }, diff --git a/httemplate/edit/cust_note_class.html b/httemplate/edit/cust_note_class.html index 111190b71..a7e47397e 100644 --- a/httemplate/edit/cust_note_class.html +++ b/httemplate/edit/cust_note_class.html @@ -1,5 +1,5 @@ <% include( 'elements/class_Common.html', - 'name' => 'Customer Note Class', + 'name_singular' => 'Customer Note Class', 'table' => 'cust_note_class', 'nocat' => 1, ) diff --git a/httemplate/edit/hardware_class.html b/httemplate/edit/hardware_class.html index 8760dd86c..26f487dda 100644 --- a/httemplate/edit/hardware_class.html +++ b/httemplate/edit/hardware_class.html @@ -1,5 +1,5 @@ <% include( 'elements/edit.html', - 'name' => 'Hardware Class', + 'name_singular' => 'Hardware Class', 'table' => 'hardware_class', 'labels' => { 'classnum' => 'Class number', diff --git a/httemplate/edit/inventory_class.html b/httemplate/edit/inventory_class.html index 3ab47fe28..ddde55799 100644 --- a/httemplate/edit/inventory_class.html +++ b/httemplate/edit/inventory_class.html @@ -1,5 +1,5 @@ <% include( 'elements/edit.html', - 'name' => 'Inventory Class', + 'name_singular' => 'Inventory Class', 'table' => 'inventory_class', 'labels' => { 'classnum' => 'Class number', diff --git a/httemplate/edit/part_svc_class.html b/httemplate/edit/part_svc_class.html index 0d9a00727..7832bd441 100644 --- a/httemplate/edit/part_svc_class.html +++ b/httemplate/edit/part_svc_class.html @@ -1,5 +1,5 @@ <% include( 'elements/class_Common.html', - 'name' => 'Service class', + 'name_singular' => 'Service class', 'table' => 'part_svc_class', 'nocat' => 1, ) diff --git a/httemplate/edit/pkg_class.html b/httemplate/edit/pkg_class.html index c4e3d8ac5..95c6f3082 100644 --- a/httemplate/edit/pkg_class.html +++ b/httemplate/edit/pkg_class.html @@ -1,5 +1,5 @@ <% include( 'elements/class_Common.html', - 'name' => 'Package Class', + 'name_singular' => 'Package Class', 'table' => 'pkg_class', %opt, ) |