rt# 74031 implementing svc_realestate
[freeside.git] / httemplate / edit / elements / part_svc_column.html
index 816f342..ecf8eff 100644 (file)
@@ -35,6 +35,9 @@ tie my %flag, 'Tie::IxHash',
   'A' => { 'desc' => 'Automatically fill in from inventory',
            'condition' => $inv_sub,
          },
+  'R' => { 'desc' => 'Manual selection from real estate',
+           'condition' => $inv_sub,
+         },
   'H' => { 'desc' => 'Select from hardware class',
            'condition' => sub { $_[0]->{type} ne 'select-hardware' },
          },