From e8aef53dd0cd1cf0fd9b0759c075a12e9c38f054 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 6 Jul 2006 16:54:19 +0000 Subject: [PATCH] changed login type to opac git-svn-id: svn://svn.open-ils.org/ILS/trunk@4909 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/test-scripts/collections.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/test-scripts/collections.pl b/Open-ILS/src/support-scripts/test-scripts/collections.pl index 452715c661..4dcf77d8c1 100644 --- a/Open-ILS/src/support-scripts/test-scripts/collections.pl +++ b/Open-ILS/src/support-scripts/test-scripts/collections.pl @@ -173,7 +173,7 @@ sub login { { username => $username, password => md5_hex($seed . md5_hex($password)), - type => 'temp', + type => 'opac', } )->value; -- 2.11.0