X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=6301df2da8de7d47ba298d43fae2cd1822aa1b24;hb=d46254f9b36873e457424eefdcf3610b71ef889d;hp=ef381e57349f438e525e41e42788e3b725816809;hpb=8706262a6d18ef5103fb5972ca6443b73e700e6a;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index ef381e573..6301df2da 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1336,6 +1336,8 @@ sub tables_hashref { 'contract_end', @date_type, '', '', 'quantity', 'int', 'NULL', '', '', '', 'waive_setup', 'char', 'NULL', 1, '', '', + 'unitsetup', @money_typen, '', '', + 'unitrecur', @money_typen, '', '', ], 'primary_key' => 'quotationpkgnum', 'unique' => [], @@ -1347,6 +1349,8 @@ sub tables_hashref { 'quotationpkgdiscountnum', 'serial', '', '', '', '', 'quotationpkgnum', 'int', '', '', '', '', 'discountnum', 'int', '', '', '', '', + 'setup_amount', @money_typen, '', '', + 'recur_amount', @money_typen, '', '', #'end_date', @date_type, '', '', ], 'primary_key' => 'quotationpkgdiscountnum',