[freeside-commits] branch master updated. 95b6042f37f00de9dca4b5654522fc4098a82d04

Ivan ivan at 420.am
Fri Mar 6 16:23:08 PST 2015


The branch, master has been updated
       via  95b6042f37f00de9dca4b5654522fc4098a82d04 (commit)
       via  01c832583b09f6bb6c3ae6067187e08160424c71 (commit)
      from  53ed077b4901be22b3ca5405a093364b6f6b6407 (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 95b6042f37f00de9dca4b5654522fc4098a82d04
Merge: 01c8325 53ed077
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 6 16:21:24 2015 -0800

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit 01c832583b09f6bb6c3ae6067187e08160424c71
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 6 16:21:22 2015 -0800

    larger package comments, RT#29311

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 89fc5f7..e63dba6 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2776,11 +2776,11 @@ sub tables_hashref {
 
     'cust_pkg_detail' => {
       'columns' => [
-        'pkgdetailnum', 'serial', '',      '', '', '',
-        'pkgnum',          'int', '',      '', '', '',
-        'detail',      'varchar', '', $char_d, '', '', 
-        'detailtype',     'char', '',       1, '', '', # "I"nvoice or "C"omment
-        'weight',          'int', '',      '', '', '',
+        'pkgdetailnum', 'serial', '',        '', '', '',
+        'pkgnum',          'int', '',        '', '', '',
+        'detail',      'varchar', '', 2*$char_d, '', '', 
+        'detailtype',     'char', '',         1, '', '', #"I"nvoice or "C"omment
+        'weight',          'int', '',        '', '', '',
       ],
       'primary_key'  => 'pkgdetailnum',
       'unique'       => [],

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)




More information about the freeside-commits mailing list