From f85558e37463076407c0bf659afad685becfd4c9 Mon Sep 17 00:00:00 2001 From: hermes Date: Thu, 30 Jul 2026 03:53:06 +0300 Subject: [PATCH] =?UTF-8?q?fiyat.js:=20genel=20KDV=20%18=20oldu=20(sat?= =?UTF-8?q?=C4=B1r=208)?= 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 665d9e6..5c7e470 100644 --- a/fiyat.js +++ b/fiyat.js @@ -5,7 +5,7 @@ function sonFiyat(fiyat) { return fiyat - (fiyat * INDIRIM / 100); } -const KDV = 20; // yüzde +const KDV = 18; // yüzde — yeni genel oran function kdvliFiyat(fiyat) { return fiyat + (fiyat * KDV / 100);