[open-ils-commits] r10276 -
branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Aug 6 11:41:23 EDT 2008
Author: erickson
Date: 2008-08-06 11:41:15 -0400 (Wed, 06 Aug 2008)
New Revision: 10276
Modified:
branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
don't consider deleted volumes in callnumber browse
Modified: branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2008-08-06 02:03:12 UTC (rev 10275)
+++ branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2008-08-06 15:41:15 UTC (rev 10276)
@@ -261,6 +261,7 @@
"open-ils.cstore.direct.asset.call_number.search.atomic",
{ label => { "<" => { transform => "upper", value => ["upper", $label] } },
owning_lib => \@ou_ids,
+ deleted => 'f',
},
{ flesh => 1,
flesh_fields => { acn => [qw/record owning_lib/] },
@@ -277,6 +278,7 @@
"open-ils.cstore.direct.asset.call_number.search.atomic",
{ label => { ">=" => { transform => "upper", value => ["upper", $label] } },
owning_lib => \@ou_ids,
+ deleted => 'f',
},
{ flesh => 1,
flesh_fields => { acn => [qw/record owning_lib/] },
More information about the open-ils-commits
mailing list