Removing redundant variable
This commit is contained in:
parent
41b5ee2ebb
commit
934150282f
|
|
@ -553,7 +553,6 @@ func (g *Generator) AddInvoiceLineItemsContent(data *InvoicePDFData) {
|
||||||
g.pdf.SetFont("Helvetica", "", 9)
|
g.pdf.SetFont("Helvetica", "", 9)
|
||||||
g.pdf.SetTextColor(0, 0, 0)
|
g.pdf.SetTextColor(0, 0, 0)
|
||||||
|
|
||||||
pageNum := 1
|
|
||||||
firstPageBreak := false
|
firstPageBreak := false
|
||||||
|
|
||||||
// Line items
|
// Line items
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue