RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / edit / part_device.html
index 1317c8d..75e6b0a 100644 (file)
@@ -5,6 +5,7 @@
                                'devicepart' => 'Part number',
                                'devicename' => 'Device name',
                               'inventory_classnum' => 'Inventory class',
+                               'title'      => 'External name',
                              },
                 'fields' => \@fields,
                  'viewall_dir' => 'browse',
@@ -34,6 +35,7 @@ foreach my $inventory_class ( @inventory_classes ) {
                        
 my @fields;
 push @fields, 'devicename',
+              'title',
              { field => 'inventory_classnum', 
                type => 'select',
                options => \@inventory_classnums,