[open-ils-commits] r8140 -
trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Dec 5 12:39:54 EST 2007
Author: miker
Date: 2007-12-05 12:20:15 -0500 (Wed, 05 Dec 2007)
New Revision: 8140
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
Log:
Remove the bre step from the join tree -- not needed
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm 2007-12-05 17:01:38 UTC (rev 8139)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm 2007-12-05 17:20:15 UTC (rev 8140)
@@ -1107,16 +1107,10 @@
field => 'id',
fkey => 'call_number',
'join' => {
- bre => {
- field => 'id',
+ mmrsm => {
+ field => 'source',
fkey => 'record',
- 'join' => {
- mmrsm => {
- filter => { metarecord => $mrid },
- field => 'source',
- fkey => 'id'
- }
- }
+ filter => { metarecord => $mrid }
}
}
},
More information about the open-ils-commits
mailing list