// Merge -> 10309
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10333 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -39,11 +39,9 @@ virtual_product_nb_days, is_shareable)
|
||||
$('#attribute_quantity').html(quantity);
|
||||
$('#attribute_quantity').show();
|
||||
$('#attr_qty_stock').show();
|
||||
if(available_date != undefined)
|
||||
getE('available_date').value = available_date;
|
||||
else
|
||||
getE('available_date').value = '0000-00-00';
|
||||
getE('minimal_quantity').value = minimal_quantity;
|
||||
|
||||
$('#attribute_minimal_quantity').val(minimal_quantity);
|
||||
|
||||
getE('attribute_reference').value = reference;
|
||||
|
||||
getE('virtual_product_name_attribute').value = virtual_product_name_attribute;
|
||||
|
||||
Reference in New Issue
Block a user