[freeside-commits] branch FREESIDE_3_BRANCH updated. 101091d3af57a314eead7f60d9fdc98fada8f8e8
Jeremy Davis
jeremyd at 420.am
Tue Jan 20 10:31:27 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 101091d3af57a314eead7f60d9fdc98fada8f8e8 (commit)
from 69695b497b56012c87ed1bd71065ec84d1847f21 (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 101091d3af57a314eead7f60d9fdc98fada8f8e8
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Tue Jan 20 13:31:14 2015 -0500
Ticket 8137 Broadsoft accountcode support
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index a4e1f1e..d01625a 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -812,7 +812,7 @@ sub tables_hashref {
'classnum', 'int', 'NULL', '', '', '',
'duration', 'int', 'NULL', '', 0, '',
'phonenum', 'varchar', 'NULL', 25, '', '',
- 'accountcode', 'varchar', 'NULL', 20, '', '',
+ 'accountcode', 'varchar', 'NULL', 32, '', '',
'startdate', @date_type, '', '',
'regionname', 'varchar', 'NULL', $char_d, '', '',
'detail', 'varchar', '', 255, '', '',
@@ -931,7 +931,7 @@ sub tables_hashref {
'classnum', 'int', 'NULL', '', '', '',
'duration', 'int', 'NULL', '', 0, '',
'phonenum', 'varchar', 'NULL', 25, '', '',
- 'accountcode', 'varchar', 'NULL', 20, '', '',
+ 'accountcode', 'varchar', 'NULL', 32, '', '',
'startdate', @date_type, '', '',
'regionname', 'varchar', 'NULL', $char_d, '', '',
'detail', 'varchar', '', 255, '', '',
@@ -3660,7 +3660,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