// cleaning code (norm / perf)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8810 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -34,7 +34,7 @@ function fillCombinaison(wholesale_price, price_impact, weight_impact, unit_impa
|
||||
$('#attribute_quantity').html(quantity);
|
||||
$('#attribute_quantity').show();
|
||||
$('#attr_qty_stock').show();
|
||||
if(available_date!=undefined)
|
||||
if(available_date != undefined)
|
||||
getE('available_date').value = available_date;
|
||||
else
|
||||
getE('available_date').value = '0000-00-00';
|
||||
|
||||
Reference in New Issue
Block a user