diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-08-30 15:02:36 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-08-30 15:02:36 -0700 |
commit | 5ef5203cb6da8e0a8e1f60228b9a9250605f404e (patch) | |
tree | ea631798b9b51c78c979b3306680f09c56141c80 | |
parent | 4064388ed4466966a281e7db86a374cabe22ae8c (diff) |
doc
-rw-r--r-- | FS/FS/sales.pm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/FS/FS/sales.pm b/FS/FS/sales.pm index f1b406da7..d262051a8 100644 --- a/FS/FS/sales.pm +++ b/FS/FS/sales.pm @@ -38,14 +38,21 @@ FS::Record. The following fields are currently supported: primary key +=item salesperson + +Name + =item agentnum -agentnum +Agent (see L<FS::agent) =item disabled -disabled +Disabled flag, empty or `Y' + +=item sales_custnum +Sales person master customer (see L<FS::cust_main>) =back |