From 05669195e91e450449405bd3dc355e8e17f36565 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 10 Sep 2012 17:26:13 -0700 Subject: store a commission agentnum with credits? RT#18231 --- FS/FS/Schema.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/Schema.pm') 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' => [], -- cgit v1.2.1