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)}