From: mark Date: Tue, 12 Oct 2010 20:58:32 +0000 (+0000) Subject: fix typo? X-Git-Tag: freeside_1_9_5~10 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e5fc56b70e89f947cbe9ecf0bae5ff73f294f10d fix typo? --- diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 130bd8647..e5882bc12 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -908,7 +908,7 @@ sub _part_pkg_link { hashref => { 'src_pkgpart' => $self->pkgpart, 'link_type' => $type, #protection against infinite recursive links - 'dst_pkgpart' => { op=>'!=', $self->pkgpart }, + 'dst_pkgpart' => { op=>'!=', value=> $self->pkgpart }, }, order_by => "ORDER BY hidden", });