From: miker Date: Thu, 12 Oct 2006 19:46:59 +0000 (+0000) Subject: "correct" open_user_summary method X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8e38a113bbb67fa5549542981cc6f171d02f8642;p=evergreen%2Fpines.git "correct" open_user_summary method git-svn-id: svn://svn.open-ils.org/ILS/trunk@6449 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm index 3edfc25630..8ef4220a1e 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm @@ -102,7 +102,6 @@ sub search_ous { __PACKAGE__->register_method( method => 'search_ous', api_name => 'open-ils.storage.money.open_user_summary.search', - stream => 1, argc => 1, );