[freeside-commits] freeside/FS/FS Schema.pm,1.44.2.25,1.44.2.26
Ivan,,,
ivan at wavetail.420.am
Thu Jun 5 12:29:08 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv22534
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.44.2.25
retrieving revision 1.44.2.26
diff -u -d -r1.44.2.25 -r1.44.2.26
--- Schema.pm 3 Jun 2008 21:06:33 -0000 1.44.2.25
+++ Schema.pm 5 Jun 2008 19:29:03 -0000 1.44.2.26
@@ -415,8 +415,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