From 529b4e3f3cf756c08fdfe6939c86a338ed42cd51 Mon Sep 17 00:00:00 2001 From: "Kullanici (Patron)" Date: Thu, 30 Jul 2026 03:31:45 +0300 Subject: [PATCH] =?UTF-8?q?fiyat.js:=20sezon=20indirimi=20%15=20(sat=C4=B1?= =?UTF-8?q?r=202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fiyat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiyat.js b/fiyat.js index e21bc4e..ba7c5b7 100644 --- a/fiyat.js +++ b/fiyat.js @@ -1,5 +1,5 @@ // Fiyat hesaplama — Atölye Dükkânı -const INDIRIM = 10; // yüzde +const INDIRIM = 15; // yüzde — sezon ayarı function sonFiyat(fiyat) { return fiyat - (fiyat * INDIRIM / 100);