X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=52af77bf0f9caf58b19b930104cd59db570d4f94;hp=9a7c4ce7a325aa01fd8f74741259b27586955a7b;hb=539b6216a17a5423431d430022c4e0f9581a9d2f;hpb=95eb0cf9e534746593d906ad324de23ee46279b4 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 9a7c4ce7a..52af77bf0 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -559,7 +559,7 @@ sub tables_hashref { 'billpkgnum', 'int', 'NULL', '', '', '', # should not be nullable 'pkgnum', 'int', 'NULL', '', '', '', # deprecated 'invnum', 'int', 'NULL', '', '', '', # deprecated - 'amount', @money_typen, '', '', + 'amount', 'decimal', 'NULL', '10,4', '', '', 'format', 'char', 'NULL', 1, '', '', 'classnum', 'int', 'NULL', '', '', '', 'phonenum', 'varchar', 'NULL', 15, '', '',