typo fix
authorGalen Charlton <gmc@esilibrary.com>
Wed, 29 Aug 2012 21:16:39 +0000 (17:16 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 29 Aug 2012 21:16:39 +0000 (17:16 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

sql/base/base.sql

index 9ab48aa..34357b1 100644 (file)
@@ -1368,7 +1368,7 @@ BEGIN
   -- Create destination volume if needed
   IF NOT FOUND THEN
     INSERT INTO asset.call_number (creator, editor, record, owning_lib, label, label_class) 
-      VALUES (1, 1, bib, owner, new_label, label_class);
+      VALUES (1, 1, bib, owner, new_label, cn_class);
     SELECT id INTO new_volume FROM asset.call_number
       WHERE 
         record = bib AND