From: phasefx Date: Mon, 17 Jul 2006 22:05:14 +0000 (+0000) Subject: wrong class X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=49b0fcbfef17814c493a6eedca655383f5a12a17;p=Evergreen.git wrong class git-svn-id: svn://svn.open-ils.org/ILS/trunk@5050 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 );