From 49b0fcbfef17814c493a6eedca655383f5a12a17 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 17 Jul 2006 22:05:14 +0000 Subject: [PATCH] wrong class git-svn-id: svn://svn.open-ils.org/ILS/trunk@5050 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/record_buckets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/record_buckets.js b/Open-ILS/xul/staff_client/server/cat/record_buckets.js index d3243218e5..66bfe6f3a7 100644 --- a/Open-ILS/xul/staff_client/server/cat/record_buckets.js +++ b/Open-ILS/xul/staff_client/server/cat/record_buckets.js @@ -293,7 +293,7 @@ cat.record_buckets.prototype = { var name = prompt('What would you like to name the bucket?','','Bucket Creation'); if (name) { - var bucket = new ccb(); + var bucket = new cbreb(); bucket.btype('staff_client'); bucket.owner( obj.data.list.au[0].id() ); bucket.name( name ); -- 2.11.0