wrong class
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 17 Jul 2006 22:05:14 +0000 (22:05 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 17 Jul 2006 22:05:14 +0000 (22:05 +0000)
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

index d324321..66bfe6f 100644 (file)
@@ -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 );