From 5117a74c2282b785c4e07717e7331ec27036409f Mon Sep 17 00:00:00 2001 From: Gauthier LO Date: Mon, 29 Apr 2024 17:11:41 +0200 Subject: [PATCH] smth idk --- .../jeecg/modules/business/domain/invoice/AbstractInvoice.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java index 6b4be84f5..4a137384e 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java +++ b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java @@ -272,7 +272,7 @@ public abstract class AbstractInvoice { arialBold.setFontHeightInPoints((short) 14); arialBold.setBold(true); - // looping throw the total row, setting border styles and setting formula + // looping through the total row, setting border styles and setting formula for(int i = 0; i < 10; i++) { Cell cell = totalRow.createCell(i);