doc
authorIvan Kohler <ivan@freeside.biz>
Sat, 30 Aug 2014 22:02:36 +0000 (15:02 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sat, 30 Aug 2014 22:02:36 +0000 (15:02 -0700)
FS/FS/sales.pm

index f1b406d..d262051 100644 (file)
@@ -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