X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e7b9fa556fa0db71e4ee78575c20f6984324d1d8;hp=21e752867b2b88425287bb8c2b59a0b687cbf6d2;hb=c363307c1af959dce2ab4821ff5dfa697e3f0e19;hpb=896ef9b1a5302dc2d96d351702be94184825cc91 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 21e752867..e7b9fa556 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1702,6 +1702,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'tax-ship_address', + 'section' => 'billing', + 'description' => 'By default, tax calculations are done based on the billing address. Enable this switch to calculate tax based on the shipping address instead. Note: Tax reports can take a long time when enabled.', + 'type' => 'checkbox', + }, + ); 1;