Skip to content
Snippets Groups Projects
Commit 33c63073 authored by Laurent's avatar Laurent
Browse files

hotline #57170 test fix

parent 6e720ab4
Branches
Tags
5 merge requests!2334Master,!2088Master,!2085Master,!2084Hotline master,!2081hotline #57170 update record thumbnail on cache server should pass collection key for serial
Pipeline #878 failed with stage
in 10 minutes and 7 seconds
......@@ -45,8 +45,10 @@ class Class_Notice_Thumbnail_ProviderCacheServer
"isbn" => $record->getIsbn(),
"ean" => $record->getEan(),
"type_doc" => $record->getFamilleId(),
"numero" => $numero,
"clef_chapeau" => $record->getClefChapeau()];
"numero" => $numero];
if ($record->isPeriodique())
$args["clef_chapeau"] = $record->getClefChapeau();
$response = Class_WebService_AllServices::runServiceGetUrlVignette($args);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment