From 8879e4ae28762f03fa12915f02715106205ea66c Mon Sep 17 00:00:00 2001 From: miker Date: Sun, 18 Jul 2010 14:44:18 +0000 Subject: [PATCH] put the null return back, in case that is important on the client side git-svn-id: svn://svn.open-ils.org/ILS/trunk@16973 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm index 7c146c4e4..f39cb5f82 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm @@ -790,7 +790,8 @@ sub import_record_list_impl { $e->rollback; } - return {total => $total, progress => $count}; + $conn->respond({total => $total, progress => $count}); + return undef; } -- 2.11.0