[freeside-commits] branch FREESIDE_3_BRANCH updated. 73741b7c0366647c4115dfd79ccded194e9de6eb

Ivan ivan at 420.am
Fri Mar 6 16:19:37 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  73741b7c0366647c4115dfd79ccded194e9de6eb (commit)
      from  e19085190e34fce90b15bd9ec0c8d98b4fc8cd9a (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 73741b7c0366647c4115dfd79ccded194e9de6eb
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 6 16:19:36 2015 -0800

    larger package comments, RT#29311

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 6fa7885..6ed1d97 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1951,11 +1951,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