[freeside-commits] branch master updated. b7ffb750cdfd0eb6d72e50ee1ba783992aa3d391
Jeremy Davis
jeremyd at 420.am
Tue Jan 20 10:28:47 PST 2015
The branch, master has been updated
via b7ffb750cdfd0eb6d72e50ee1ba783992aa3d391 (commit)
from 14af2debcb12f781a3f952f0bccd5be82ae7f964 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b7ffb750cdfd0eb6d72e50ee1ba783992aa3d391
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Tue Jan 20 13:28:12 2015 -0500
Ticket 8137 Broadsoft accountcode support
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index f51b576..e854dc6 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1039,7 +1039,7 @@ sub tables_hashref {
'classnum', 'int', 'NULL', '', '', '',
'duration', 'int', 'NULL', '', 0, '',
'phonenum', 'varchar', 'NULL', 255, '', '', # has to hold a service label
- 'accountcode', 'varchar', 'NULL', 20, '', '',
+ 'accountcode', 'varchar', 'NULL', 32, '', '',
'startdate', @date_type, '', '',
'regionname', 'varchar', 'NULL', $char_d, '', '',
'detail', 'varchar', '', 255, '', '',
@@ -1243,7 +1243,7 @@ sub tables_hashref {
'classnum', 'int', 'NULL', '', '', '',
'duration', 'int', 'NULL', '', 0, '',
'phonenum', 'varchar', 'NULL', 255, '', '',
- 'accountcode', 'varchar', 'NULL', 20, '', '',
+ 'accountcode', 'varchar', 'NULL', 32, '', '',
'startdate', @date_type, '', '',
'regionname', 'varchar', 'NULL', $char_d, '', '',
'detail', 'varchar', '', 255, '', '',
@@ -5235,7 +5235,7 @@ sub tables_hashref {
'billsec', 'int', '', '', 0, '',
'disposition', 'varchar', '', 45, \"''", '',
'amaflags', 'int', '', '', 0, '',
- 'accountcode', 'varchar', '', 20, \"''", '',
+ 'accountcode', 'varchar', '', 32, \"''", '',
'uniqueid', 'varchar', '', $char_d, \"''", '',
'userfield', 'varchar', '', 512, \"''", '',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list