diff options
author | ivan <ivan> | 2003-09-25 10:42:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-25 10:42:28 +0000 |
commit | d6436c7251a94c9597c7b2195d63bd7c86f956e9 (patch) | |
tree | 4b72daa76468f1d874720e11f5f7699c74b77528 /httemplate/docs/schema.html | |
parent | 9679b64218a5bb0b148d07582589dd8ef0de7567 (diff) |
add setuptax and recurtax fields to cust_main_county
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r-- | httemplate/docs/schema.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index a59755e76..9204bdc8f 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -142,6 +142,8 @@ <li>taxclass <li>exempt_amount <li>taxname - if defined, printed on invoices instead of "Tax" + <li>setuptax - if 'Y', this tax does not apply to setup fees + <li>recurtax - if 'Y', this tax does not apply to recurring fees </ul> <li><a name="cust_tax_exempt" href="man/FS/cust_tax_exempt.html">cust_tax_exempt</a> - Tax exemption record <ul> |