From: Ivan Kohler Date: Sat, 7 Mar 2015 00:21:24 +0000 (-0800) Subject: Merge branch 'master' of git.freeside.biz:/home/git/freeside X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=95b6042f37f00de9dca4b5654522fc4098a82d04;hp=53ed077b4901be22b3ca5405a093364b6f6b6407 Merge branch 'master' of git.freeside.biz:/home/git/freeside --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 6a156a5da..da128d54f 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2796,11 +2796,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' => [],