[freeside-commits] freeside/FS/FS Schema.pm,1.335,1.336
Ivan,,,
ivan at wavetail.420.am
Fri Nov 11 16:35:41 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv7562/FS/FS
Modified Files:
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.335
retrieving revision 1.336
diff -u -w -d -r1.335 -r1.336
--- Schema.pm 30 Oct 2011 20:58:46 -0000 1.335
+++ Schema.pm 12 Nov 2011 00:35:39 -0000 1.336
@@ -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