Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-03-03 11:26:52 +03:00
parent cbcf08728a
commit c57c04e12a
2 changed files with 15 additions and 1 deletions

View File

@@ -284,7 +284,7 @@ func drawCustomerBalancePDF(
if t == "" {
t = "-"
}
return pdf.SplitLines([]byte(t), w)
return splitLinesSafe(pdf, t, w)
}
calcWrappedRowHeight := func(row []string, widths []float64, wrapIdx map[int]bool, lineH float64, minH float64) float64 {