Typo spotted by Steve Callendar
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 17 Nov 2009 17:34:08 +0000 (17:34 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 17 Nov 2009 17:34:08 +0000 (17:34 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14942 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Reporter/SQLBuilder.pm

index 44ed548..a231899 100644 (file)
@@ -1113,7 +1113,7 @@ sub build {
        bless $self => "OpenILS::Reporter::SQLBuilder::Join::$self->{_join_type}";
 
        if ( $self->{_join_type} eq 'inner' or !$self->{_join_type}) {
-               $self->{_join_type} eq 'i';
+               $self->{_join_type} = 'i';
        } else {
                if ($self->{_join_type} eq 'left') {
                        $self->{_right_rel}->{_nullable} = 'l';