Skip to content

Commit

Permalink
Merge pull request #6 from cstar-99/patch-1
Browse files Browse the repository at this point in the history
Regrading invoice table header
  • Loading branch information
kariot committed Jun 18, 2022
2 parents 7cd321b + 8650538 commit 4fb9f2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class InvoiceGenerator(private val context: Context) {
}

fun setInvoiceTableHeaderDataSource(tableHeaderDataSource: ModelTableHeader) {
this.invoiceTableHeaderDataSource = invoiceTableHeaderDataSource
this.invoiceTableHeaderDataSource = tableHeaderDataSource
}

fun setInvoiceTableData(invoiceTableData: List<ModelInvoiceItem>) {
Expand Down Expand Up @@ -634,4 +634,4 @@ class InvoiceGenerator(private val context: Context) {
doc.add(footerTable)

}
}
}

0 comments on commit 4fb9f2f

Please sign in to comment.