[open-ils-commits] r11161 - trunk/Open-ILS/src/perlmods/OpenILS/Application
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Nov 13 11:08:00 EST 2008
Author: phasefx
Date: 2008-11-13 11:07:58 -0500 (Thu, 13 Nov 2008)
New Revision: 11161
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
syntax
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2008-11-13 15:35:02 UTC (rev 11160)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2008-11-13 16:07:58 UTC (rev 11161)
@@ -356,7 +356,7 @@
{ 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 @@
where =>
{ '+acn' => { record => { '=' => { '+mfr' => 'record' } } },
'+acp' => { deleted => 'f', (@ou_ids) ? ( circ_lib => \@ou_ids) : () }
- }
+ },
limit => 1
}
},
@@ -484,7 +484,7 @@
where =>
{ '+acn' => { record => { '=' => { '+mfr' => 'record' } } },
'+acp' => { deleted => 'f', (@ou_ids) ? ( circ_lib => \@ou_ids) : () }
- }
+ },
limit => 1
}
},
More information about the open-ils-commits
mailing list