diff options
| -rw-r--r-- | FS/FS/Schema.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index f52ba16e5..a205f7717 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2577,7 +2577,7 @@ sub tables_hashref {          'charged_party',       'varchar', 'NULL', $char_d, '', '',          'upstream_currency',      'char', 'NULL',       3, '', '', -        'upstream_price',      'decimal', 'NULL',  '10,4', '', '',  +        'upstream_price',      'decimal', 'NULL',  '10,2', '', '',           'upstream_rateplanid',     'int', 'NULL',      '', '', '', #?          # how it was rated internally...  | 
