summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-09-10 17:26:13 -0700
committerIvan Kohler <ivan@freeside.biz>2012-09-10 17:26:13 -0700
commit05669195e91e450449405bd3dc355e8e17f36565 (patch)
tree33f11d360d00290653350d9d92a05c2d41382046 /FS/FS/Schema.pm
parent97bd512eba99c5d3b6c6f5ae5bfeaa48eeee1cd4 (diff)
store a commission agentnum with credits? RT#18231
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 709e9f9c6..b1e7a9c5d 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -937,6 +937,7 @@ sub tables_hashref {
'closed', 'char', 'NULL', 1, '', '',
'pkgnum', 'int', 'NULL', '', '', '', #desired pkgnum for pkg-balances
'eventnum', 'int', 'NULL', '', '', '', #triggering event for commission
+ #'commission_agentnum', 'int', 'NULL', '', '', '', #
],
'primary_key' => 'crednum',
'unique' => [],