vandelay copy overlay : perl vandelay-copy-overlay
authorBill Erickson <berick@esilibrary.com>
Mon, 30 Jul 2012 23:40:25 +0000 (19:40 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 30 Jul 2012 23:40:25 +0000 (19:40 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm

index 6ca4b6b..5964361 100644 (file)
@@ -1662,7 +1662,7 @@ sub import_record_asset_list_impl {
                         $logger->info("vl: updating callnumber label in copy overlay");
 
                         $copy->call_number->label($item->call_number);
-                        if (!$e->udpate_asset_call_number($copy->call_number)) {
+                        if (!$e->update_asset_call_number($copy->call_number)) {
                             $$report_args{evt} = $e->die_event;
                             respond_with_status($report_args);
                             next;