[freeside-commits] freeside/FS/FS Schema.pm,1.317.2.15,1.317.2.16

Ivan,,, ivan at wavetail.420.am
Fri Nov 11 16:35:46 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv7579/FS/FS

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	Schema.pm 
Log Message:
invoice language from self-servie, RT#13656

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.317.2.15
retrieving revision 1.317.2.16
diff -u -w -d -r1.317.2.15 -r1.317.2.16
--- Schema.pm	30 Oct 2011 20:58:50 -0000	1.317.2.15
+++ Schema.pm	12 Nov 2011 00:35:43 -0000	1.317.2.16
@@ -549,10 +549,11 @@
         'charged',    @money_type,                  '', '', 
         'content_pdf',     'blob', 'NULL',      '', '', '',
         'content_html',    'text', 'NULL',      '', '', '',
+        'locale',       'varchar', 'NULL',      16, '', '', 
       ],
       'primary_key' => 'legacyinvnum',
       'unique' => [],
-      'index'  => [ ['legacyid', 'custnum'], ],
+      'index'  => [ ['legacyid', 'custnum', 'locale' ], ],
     },
 
     'cust_statement' => {



More information about the freeside-commits mailing list