From 5167c30907b57818aea80b80c3e97f129553d288 Mon Sep 17 00:00:00 2001 From: M_Kececi Date: Sat, 20 Jun 2026 01:16:08 +0300 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ui/src/pages/OrderPriceList.vue | 49 +++++++++++++++++---------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/ui/src/pages/OrderPriceList.vue b/ui/src/pages/OrderPriceList.vue index 7f27f12..8f41e76 100644 --- a/ui/src/pages/OrderPriceList.vue +++ b/ui/src/pages/OrderPriceList.vue @@ -1650,7 +1650,6 @@ async function printVisibleRows () { const stamp = exportFileStamp() const title = `Fiyat_Listesi-${stamp}` const cols = visibleColumns.value - const pageSize = cols.length > 34 ? 'A0 landscape' : cols.length > 26 ? 'A1 landscape' : cols.length > 18 ? 'A2 landscape' : 'A3 landscape' const generatedAt = new Date().toLocaleString('tr-TR') const body = filteredRows.value.map((row) => `${cols.map((c) => { if (c.name === 'image') { @@ -1669,29 +1668,29 @@ async function printVisibleRows () { const headerCols = cols.map((c) => `${escapeHtml(c.label || 'Gorsel')}`).join('') const colgroup = cols.map((c) => ``).join('') const html = `${escapeHtml(title)}