diff options
author | ivan <ivan> | 2003-10-20 04:25:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-20 04:25:18 +0000 |
commit | ea1d9968a9439272b58593e6b2ccbb3869002b20 (patch) | |
tree | 292913f56d4bc8fe753f5a142cb6617faf090295 /FS/bin/freeside-setup | |
parent | 56c3927f50ecd1ee957a52d76871557bd8813670 (diff) |
daily/weekly billing
Diffstat (limited to 'FS/bin/freeside-setup')
-rwxr-xr-x | FS/bin/freeside-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index b7b45dc63..375a63c2f 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -678,7 +678,7 @@ sub tables_hash_hack { 'pkg', 'varchar', '', $char_d, 'comment', 'varchar', '', $char_d, 'setup', @perl_type, - 'freq', 'int', '', '', #billing frequency (months) + 'freq', 'varchar', '', $char_d, #billing frequency 'recur', @perl_type, 'setuptax', 'char', 'NULL', 1, 'recurtax', 'char', 'NULL', 1, |