From: Galen Charlton Date: Wed, 29 Aug 2012 21:16:39 +0000 (-0400) Subject: typo fix X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=5ead8c1850a196dab69a34663aa15a0223605150 typo fix Signed-off-by: Galen Charlton --- diff --git a/sql/base/base.sql b/sql/base/base.sql index 9ab48aa..34357b1 100644 --- a/sql/base/base.sql +++ b/sql/base/base.sql @@ -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