From: Ivan Kohler Date: Tue, 11 Sep 2012 00:26:13 +0000 (-0700) Subject: store a commission agentnum with credits? RT#18231 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=05669195e91e450449405bd3dc355e8e17f36565;p=freeside.git store a commission agentnum with credits? RT#18231 --- 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' => [],