X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=b9df65062161384198c52cba3c372a8dba44477b;hp=04b374f88ab943547ea933f51977d6cdd2df7a2a;hb=060e8d28ba3004b95e39c074285c8d26b70a4432;hpb=69f34bdfd86b949402a7e7520872cbb8f956af57 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 04b374f88..b9df65062 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2289,6 +2289,7 @@ sub tables_hashref { 'setuptax', 'char', 'NULL', 1, '', '', # Y = setup tax exempt 'recurtax', 'char', 'NULL', 1, '', '', # Y = recur tax exempt 'source', 'varchar', 'NULL', $char_d, '', '', + 'charge_prediscount', 'char', 'NULL', 1, '', '', # Y = charge this tax pre discount ], 'primary_key' => 'taxnum', 'unique' => [],