track taxes created by Washington sales tax lookup so they can be updated in place...
[freeside.git] / FS / FS / Schema.pm
index d20385e..3d271b7 100644 (file)
@@ -2256,6 +2256,7 @@ sub tables_hashref {
         'taxname',  'varchar', 'NULL', $char_d, '', '', 
         'setuptax',    'char', 'NULL',       1, '', '', # Y = setup tax exempt
         'recurtax',    'char', 'NULL',       1, '', '', # Y = recur tax exempt
+        'source',   'varchar', 'NULL', $char_d, '', '',
       ],
       'primary_key' => 'taxnum',
       'unique' => [],