[freeside-commits] freeside/FS/FS cust_bill_ApplicationCommon.pm,
1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Wed Sep 13 07:57:08 PDT 2006
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv4488
Modified Files:
cust_bill_ApplicationCommon.pm
Log Message:
yes, that does appear to be the fix for all this trouble. s/qsearchs/qsearch/
Index: cust_bill_ApplicationCommon.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_ApplicationCommon.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_bill_ApplicationCommon.pm 21 Aug 2006 23:01:43 -0000 1.1
+++ cust_bill_ApplicationCommon.pm 13 Sep 2006 14:57:06 -0000 1.2
@@ -194,7 +194,7 @@
sub lineitem_applications {
my $self = shift;
my $primary_key = dbdef->table($self->table)->primary_key;
- qsearchs({
+ qsearch({
'table' => $self->lineitem_breakdown_table,
'hashref' => { $primary_key => $self->$primary_key() },
});
More information about the freeside-commits
mailing list