Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user