Skip to content

Commit

Permalink
fix(backend) : Product clearing report generated has strange numberin…
Browse files Browse the repository at this point in the history
…g issue fix

Signed-off-by: Keerthi B L <keerthi.bl@siemens.com>
  • Loading branch information
keerthi-bl authored and heliocastro committed Aug 14, 2024
1 parent da95be6 commit 0121827
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class DocxUtils {
public static final String ALERT_COLOR = "e95850";
public static final String FONT_FAMILY = "Calibri";
public static final String STYLE_HEADING = "Heading2";
public static final String STYLE_HEADING_3 = "Heading 3";
public static final String STYLE_HEADING_3 = "Heading3";
private static final int BUFFER_SIZE = 16;
private static final int ANCHOR_MAX_SIZE = 40;
private static final String BOOKMARK_PREFIX = "bookmark_";
Expand Down

0 comments on commit 0121827

Please sign in to comment.