spelling fix
authorMark Wells <mark@freeside.biz>
Tue, 9 Oct 2012 22:24:32 +0000 (15:24 -0700)
committerMark Wells <mark@freeside.biz>
Tue, 9 Oct 2012 22:24:32 +0000 (15:24 -0700)
httemplate/edit/contact_class.html
httemplate/edit/cust_class.html
httemplate/edit/cust_note_class.html
httemplate/edit/hardware_class.html
httemplate/edit/inventory_class.html
httemplate/edit/part_svc_class.html
httemplate/edit/pkg_class.html

index 1ab52e5..1a1e60d 100644 (file)
@@ -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',
index 8fce905..2b074aa 100644 (file)
@@ -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' },
index 111190b..a7e4739 100644 (file)
@@ -1,5 +1,5 @@
 <% include( 'elements/class_Common.html',
-              'name'   => 'Customer Note Class',
+              'name_singular'   => 'Customer Note Class',
               'table'  => 'cust_note_class',
              'nocat' => 1,
           )
index 8760dd8..26f487d 100644 (file)
@@ -1,5 +1,5 @@
 <% include( 'elements/edit.html',
-                 'name'   => 'Hardware Class',
+                 'name_singular'   => 'Hardware Class',
                  'table'  => 'hardware_class',
                  'labels' => { 
                                'classnum'  => 'Class number',
index 3ab47fe..ddde557 100644 (file)
@@ -1,5 +1,5 @@
 <% include( 'elements/edit.html',
-                 'name'   => 'Inventory Class',
+                 'name_singular'   => 'Inventory Class',
                  'table'  => 'inventory_class',
                  'labels' => { 
                                'classnum'  => 'Class number',
index 0d9a007..7832bd4 100644 (file)
@@ -1,5 +1,5 @@
 <% include( 'elements/class_Common.html',
-              'name'   => 'Service class',
+              'name_singular'   => 'Service class',
               'table'  => 'part_svc_class',
              'nocat' => 1,
           )
index c4e3d8a..95c6f30 100644 (file)
@@ -1,5 +1,5 @@
 <% include( 'elements/class_Common.html',
-              'name'   => 'Package Class',
+              'name_singular'   => 'Package Class',
               'table'  => 'pkg_class',
               %opt,
           )