syntax
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 13 Nov 2008 16:07:58 +0000 (16:07 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 13 Nov 2008 16:07:58 +0000 (16:07 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11161 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 88dedad..74382e9 100644 (file)
@@ -356,7 +356,7 @@ sub new_books_by_item {
                { select        => { acn => ['record'],
                          acp => [{ aggregate => 1 => transform => max => column => create_date => alias => 'create_date'}]
                        },
-                 from          => { 'acn' => { 'acp' : { field => call_number => fkey => 'id' } } },
+                 from          => { 'acn' => { 'acp' => { field => call_number => fkey => 'id' } } },
                  where         =>
                        { '+acp' => { deleted => 'f', (@ou_ids) ? ( circ_lib => \@ou_ids) : () },
               '+acn' => { record => { '>' => 0 } },
@@ -455,7 +455,7 @@ sub tag_sf_browse {
                                          where =>
                                                { '+acn' => { record => { '=' => { '+mfr' => 'record' } } },
                                                  '+acp' => { deleted => 'f', (@ou_ids) ? ( circ_lib => \@ou_ids) : () }
-                                               }
+                                               },
                                          limit => 1
                                        }
                                }, 
@@ -484,7 +484,7 @@ sub tag_sf_browse {
                                          where =>
                                                { '+acn' => { record => { '=' => { '+mfr' => 'record' } } },
                                                  '+acp' => { deleted => 'f', (@ou_ids) ? ( circ_lib => \@ou_ids) : () }
-                                               }
+                                               },
                                          limit => 1
                                        }
                                },