summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2008-06-06 00:10:50 +0000
committerivan <ivan>2008-06-06 00:10:50 +0000
commitf65a10c0e4ce74970968694ba8cb0cd536dbdcbf (patch)
tree2fd5fcb2fefc52b7c3fe46e45eac9e603065a5f1 /FS
parent83d2703168fd0e1c877d4a6610875547ab682fb9 (diff)
1.7 needed money_typen
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 07e67cb24..242bc0260 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -311,6 +311,7 @@ sub tables_hashref {
my @date_type = ( 'int', 'NULL', '' );
my @perl_type = ( 'text', 'NULL', '' );
my @money_type = ( 'decimal', '', '10,2' );
+ my @money_typen = ( 'decimal', 'NULL', '10,2' );
my $username_len = 32; #usernamemax config file