yes, that does appear to be the fix for all this trouble. s/qsearchs/qsearch/
[freeside.git] / FS / FS / cust_bill_ApplicationCommon.pm
index fb06a4b..fa5f53b 100644 (file)
@@ -194,7 +194,7 @@ Returns all the specific line item applications for this invoice application.
 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() },
   });