@@ -1,4 +1,4 @@
// Raf etiketi — fiyatı etikete yazar
function etiketFiyati(fiyat) {
return "TL " + indirimliFiyat(fiyat).toFixed(2); // eski fonksiyon adı (HATALI!)
return "TL " + sonFiyat(fiyat).toFixed(2); // düzeltildi: güncel fonksiyon
}
The note is not visible to the blocked user.