Resolve "Resq - message prompt for non-serviceable area" #1353

Merged
korina.cordero merged 176 commits from 463-resq-message-prompt-for-non-serviceable-area into 465-resq-august-13-release 2020-08-12 05:41:57 +00:00
Showing only changes of commit 37fef914d9 - Show all commits

View file

@ -1531,10 +1531,13 @@ class CMBJobOrderHandler implements JobOrderHandlerInterface
if ($img_4 != null) if ($img_4 != null)
$pic_array['image_4'] = $img_4; $pic_array['image_4'] = $img_4;
if ($other_images != null)
{
foreach ($other_images as $img) foreach ($other_images as $img)
{ {
$pic_array['other_images'][] = $img; $pic_array['other_images'][] = $img;
} }
}
$params['signature'] = $cust_signature; $params['signature'] = $cust_signature;
} }