diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-09-25 15:17:40 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-09-25 15:17:40 -0700 |
commit | 7d03245e38b7ae111964906309f218655c5977c9 (patch) | |
tree | 0b84922c74dc78fc1427cb9de66c7d1d0362cf29 /httemplate/misc/cust_pkg-import.html | |
parent | b94846d563bd29dcf9c11bb0cd6f75652e2b7a7b (diff) |
added invoice details to package import, RT#76992
Diffstat (limited to 'httemplate/misc/cust_pkg-import.html')
-rw-r--r-- | httemplate/misc/cust_pkg-import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html index 0c3d31d04..c6f83b66e 100644 --- a/httemplate/misc/cust_pkg-import.html +++ b/httemplate/misc/cust_pkg-import.html @@ -219,7 +219,7 @@ Field information: <li><i>recur_fee</i>: Including this fee implements per-customer custom pricing for this package, overriding package definition pricing - <li><i>invoice_details</i>: Package invoice details (optionally, can include multiple lines of details separated by a newline) + <li><i>invoice_details</i>: Package invoice details (optionally, can include multiple lines of details separated by a vertical bar) <!-- <li><i>username</i> and <i>_password</i> are required if <i>pkgpart</i> is specified. (Extended and Extended plus company formats) |