[freeside-commits] freeside/FS/FS Schema.pm,1.87,1.88
Ivan,,,
ivan at wavetail.420.am
Thu Jun 5 12:29:04 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv22529
Modified Files:
Schema.pm
Log Message:
unit pricing didn't exist before, so it can be NULL
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Schema.pm 3 Jun 2008 21:06:22 -0000 1.87
+++ Schema.pm 5 Jun 2008 19:29:01 -0000 1.88
@@ -497,8 +497,8 @@
'edate', @date_type, '', '',
'itemdesc', 'varchar', 'NULL', $char_d, '', '',
'quantity', 'int', 'NULL', '', '', '',
- 'unitsetup', @money_type, '', '',
- 'unitrecur', @money_type, '', '',
+ 'unitsetup', @money_typen, '', '',
+ 'unitrecur', @money_typen, '', '',
],
'primary_key' => 'billpkgnum',
'unique' => [],
More information about the freeside-commits
mailing list