spelling fix
authorMark Wells <mark@freeside.biz>
Wed, 10 Oct 2012 18:50:32 +0000 (11:50 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 10 Oct 2012 18:50:32 +0000 (11:50 -0700)
httemplate/edit/cust_class.html
httemplate/edit/cust_note_class.html
httemplate/edit/hardware_class.html
httemplate/edit/inventory_class.html
httemplate/edit/pkg_class.html

index fdb58e6..f1bde8f 100644 (file)
@@ -1,5 +1,5 @@
 <% include( 'elements/class_Common.html',
-              'name'   => 'Customer Class',
+              'name_singular'   => 'Customer Class',
               'table'  => 'cust_class',
           )
 %>
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 1bc100e..674afe6 100644 (file)
@@ -1,5 +1,5 @@
 <% include( 'elements/class_Common.html',
-              'name'   => 'Package Class',
+              'name_singular'   => 'Package Class',
               'table'  => 'pkg_class',
               %opt,
           )