Update AbstractInvoice.java

Cleanup comments
pull/6221/head
Qiuyi LI 2023-09-15 11:21:37 +02:00 committed by GitHub
parent abada459bb
commit 8228862f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public abstract class AbstractInvoice<E, F, G, H, I> {
if(data.size() > dataRowNumber + 1)
{
int startRow = LAST_ROW+1;
int fileLastRow = sheet.getLastRowNum(); //62
int fileLastRow = sheet.getLastRowNum();
// shifting the footer of the file, to X rows below
// making sure the whole footer is in the same page (13 lines) and we fill the end of page with blank data lines