diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-06 20:08:32 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-09 23:31:41 -0500 |
commit | d7d7b020db58c4aa5be2521c38719df2ec0bacb2 (patch) | |
tree | c695b747e855bfc4fa80645c579ccc4b74d35bfe /httemplate/docs/schema.html | |
parent | 3b713bdad84257fcff1e51457215be67ef3382f6 (diff) |
RT#29406: Per customer option to display service address of package on invoice
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r-- | httemplate/docs/schema.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index cd4914a6c..bb1861292 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -137,6 +137,7 @@ <li>otaker - order taker <li>referral_custnum <li>comments + <li>invoice_ship_address - Y or null, does ship address appear on invoice </ul> (columns in <i>italics</i> are optional) <li><a name="cust_main_invoice" href="man/FS/cust_main_invoice.html">cust_main_invoice</a> - Invoice destinations for email invoices. Note that a customer can have many email destinations for their invoice (either literal or via svcnum), but only one postal destination. |