option to force one-time charges to be billed separately, #32866
[freeside.git] / FS / FS / Schema.pm
index 23bd81d..de8a7c0 100644 (file)
@@ -1884,6 +1884,7 @@ sub tables_hashref {
         'recur_show_zero',    'char', 'NULL',  1, '', '',
         'setup_show_zero',    'char', 'NULL',  1, '', '',
         'change_to_pkgnum',    'int', 'NULL', '', '', '',
+        'separate_bill',      'char', 'NULL',  1, '', '',
       ],
       'primary_key' => 'pkgnum',
       'unique' => [],