diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-06 20:08:32 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-06 20:08:32 -0600 |
commit | 67b05564568d10ee3833a87f09b752d0319934ba (patch) | |
tree | 329bbedbc9dfbe70194d258b2f36983f4e39dc28 /httemplate/docs | |
parent | 95b6042f37f00de9dca4b5654522fc4098a82d04 (diff) |
RT#29406: Per customer option to display service address of package on invoice
Diffstat (limited to 'httemplate/docs')
-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. |