update
This commit is contained in:
@@ -649,7 +649,7 @@ async function generatePdf(
|
||||
doc.setFontSize(14);
|
||||
doc.setFont('helvetica', 'bold');
|
||||
doc.text(titleText, 10, tableStartY);
|
||||
tableStartY += 8;
|
||||
tableStartY += 10;
|
||||
|
||||
// Build combined list (same logic as CombinedListView)
|
||||
type ListEntry =
|
||||
|
||||
Reference in New Issue
Block a user