Addressing https://bugs.launchpad.net/evergreen/+bug/696078 where deleted/inactive...
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 4 Jan 2011 16:35:48 +0000 (16:35 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 4 Jan 2011 16:35:48 +0000 (16:35 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_1@19111 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm

index aa7bf6a..adae577 100644 (file)
@@ -1083,7 +1083,7 @@ sub recent_changes {
 
        return $_storage->request(
                "open-ils.cstore.direct.$type.record_entry.id_list.atomic",
-               { $axis => { ">" => $when }, id => { '>' => 0 } },
+               { $axis => { ">" => $when }, id => { '>' => 0 }, deleted => 'f', active => 't' },
                { order_by => { bre => "$axis desc" }, limit => $limit }
        )->gather(1);
 }