X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=cc97a4635987f1bf2b31a19a82b12deb955aa292;hb=7ab646de8cf19249ba3e41591e60ec05025e4ef4;hp=90d9d5d7b7ab5ba1413e02dfab02ab2fac2b9993;hpb=5307e2b96c57b03e5f7068af3c5483be4915b041;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 90d9d5d7b..cc97a4635 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -707,6 +707,7 @@ sub tables_hashref { 'setuptax', 'char', 'NULL', 1, '', '', # Y = setup tax exempt 'recurtax', 'char', 'NULL', 1, '', '', # Y = recur tax exempt 'manual', 'char', 'NULL', 1, '', '', # Y = manually edited + 'disabled', 'char', 'NULL', 1, '', '', # Y = tax disabled ], 'primary_key' => 'taxnum', 'unique' => [],