Skip to content

Commit

Permalink
FWF: Update FWF template, remove detailed guidance table
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyKarnbach committed Jan 9, 2025
1 parent ea600c3 commit 45da6fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public XWPFDocument exportTemplate(long dmpId) {
xwpfParagraphs = document.getParagraphs();
xwpfTables = document.getTables();
// get template table containing all information that needs to be replaced.
XWPFTable templateTable = xwpfTables.get(3);
XWPFTable templateTable = xwpfTables.get(2);
// get tables within template table
List<XWPFTable> templateXwpfTables = parseContentTables(templateTable);

Expand Down
Binary file modified src/main/resources/org/damap/base/template/FWFTemplate.docx
Binary file not shown.

0 comments on commit 45da6fd

Please sign in to comment.