// cleaning code (norm / perf)

This commit is contained in:
vChabot
2011-09-27 15:08:24 +00:00
parent c8fad9f083
commit eb0dcf212a
10 changed files with 52 additions and 53 deletions
+1 -1
View File
@@ -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';