diff options
author | ivan <ivan> | 2002-01-29 17:42:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-01-29 17:42:46 +0000 |
commit | c5c0ba135749164ec8ba75d18f76c29625e1bc7e (patch) | |
tree | 6c855b5b5e0a4774d7f6737fc46bf357042e6d3c /httemplate/docs/schema.html | |
parent | 6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 (diff) |
weight, plan and plandata fields in part_bill_event
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r-- | httemplate/docs/schema.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index 21da3ecf6..bdf3a500e 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -40,6 +40,9 @@ <li>event - event name <li>eventcode - event action <li>seconds - how long after the invoice date (<a href="#cust_bill">cust_bill</a>._date) events of this type are triggered + <li>weight - ordering for events with identical seconds + <li>plan - eventcode plan + <li>plandata - additional plan data <li>disabled - Disabled flag, empty or `Y' </ul> <li><a name="cust_bill_pkg" href="man/FS/cust_bill_pkg.html">cust_bill_pkg</a> - Invoice line items |