summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorivan <ivan>2009-06-18 11:03:34 +0000
committerivan <ivan>2009-06-18 11:03:34 +0000
commit287bf810a8ae3528525fff354610afa606468299 (patch)
tree90c5d805aecad60bdc9abeb59b2a0b9ceb6cdbd6 /FS/FS/Schema.pm
parent37c309cc6f31f6038c75641c6c21648a92337eb3 (diff)
add basic part_pkg cost columns for agent wholsale price plan, RT#4696
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 1f8fa8fa1..d264fd01f 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1194,6 +1194,8 @@ sub tables_hashref {
'taxclass', 'varchar', 'NULL', $char_d, '', '',
'classnum', 'int', 'NULL', '', '', '',
'taxproductnum', 'int', 'NULL', '', '', '',
+ 'setup_cost', @money_typen, '', '',
+ 'recur_cost', @money_typen, '', '',
'pay_weight', 'real', 'NULL', '', '', '',
'credit_weight', 'real', 'NULL', '', '', '',
'agentnum', 'int', 'NULL', '', '', '',