X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_ApplicationCommon.pm;h=fa5f53b87b8c18f3156c5582e2b2594a0bbf0039;hb=abb4b384799691f8eb1f77512823d66487366208;hp=fb06a4b1fa3d6ca1b578aff3e1c5e988c051ae10;hpb=d77dad830dda5fbe6d807445e09fe6770efdb550;p=freeside.git diff --git a/FS/FS/cust_bill_ApplicationCommon.pm b/FS/FS/cust_bill_ApplicationCommon.pm index fb06a4b1f..fa5f53b87 100644 --- a/FS/FS/cust_bill_ApplicationCommon.pm +++ b/FS/FS/cust_bill_ApplicationCommon.pm @@ -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() }, });