summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-12-28 15:52:02 -0500
committerChristopher Burger <burgerc@freeside.biz>2019-01-02 11:47:57 -0500
commit060e8d28ba3004b95e39c074285c8d26b70a4432 (patch)
tree61bafc18a5da35a25563e52f9e3418a6ab53bb01 /FS/FS/Schema.pm
parent69f34bdfd86b949402a7e7520872cbb8f956af57 (diff)
RT# 32917 - Added ability for taxes to be charged prior to applying the discount
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 04b374f..b9df650 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' => [],