X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=d5ed1b7186850b96daedddaffd0dd892b7d40751;hb=f6abf4cd6d8e7a0121124e9394b5f28f5bc4daa5;hp=b7611c154fa2404ea0289b678b66e73f907570c7;hpb=3d796bf211374d941bda1116ee27a0543045ea8a;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index b7611c154..d5ed1b718 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1895,6 +1895,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' => [], @@ -1917,6 +1919,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',