[open-ils-commits] r16148 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Apr 6 23:24:23 EDT 2010
Author: miker
Date: 2010-04-06 23:24:20 -0400 (Tue, 06 Apr 2010)
New Revision: 16148
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Log:
forward port of r16146: proper support for in-db renewal of precats
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm 2010-04-07 03:23:33 UTC (rev 16147)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm 2010-04-07 03:24:20 UTC (rev 16148)
@@ -1054,7 +1054,7 @@
{ from => [
$dbfunc,
$self->editor->requestor->ws_ou,
- ($self->is_noncat or ($self->is_precat and !$self->override)) ? undef : $self->copy->id,
+ ($self->is_noncat or ($self->is_precat and !$self->override and !$self->is_renewal)) ? undef : $self->copy->id,
$self->patron->id,
]
}
More information about the open-ils-commits
mailing list