[FIX] website_sale_options: use field image_medium instead of image like in the modal template

This commit is contained in:
David Monjoie 2015-01-05 10:34:55 +01:00
parent faee926f1b
commit 1d64b65103
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $(document).ready(function () {
}).then(function (modal) {
var $modal = $(modal);
$modal.find('img:first').attr("src", "/website/image/product.product/" + product_id + "/image");
$modal.find('img:first').attr("src", "/website/image/product.product/" + product_id + "/image_medium");
$modal.appendTo($form)
.modal()