Enabled description column.

This commit is contained in:
Salvador E. Tropea 2021-10-26 13:45:55 -03:00
parent bd76069be3
commit 3d6840cd85
2 changed files with 3 additions and 1 deletions

View File

@ -536,6 +536,8 @@ def _create_kicost_sheet(workbook, groups, image_data, fmt_title, fmt_info, fmt_
Spreadsheet.ADJUST_ROW_AND_COL_SIZE = True
Spreadsheet.MAX_COL_WIDTH = cfg.xlsx.max_col_width
Spreadsheet.PART_NSEQ_SEPRTR = cfg.ref_separator
if hasattr(Spreadsheet, 'SUPPRESS_DIST_DESC'):
Spreadsheet.SUPPRESS_DIST_DESC = False
# Keep our sorting
try:
Spreadsheet.SORT_GROUPS = False

@ -1 +1 @@
Subproject commit 8401c3dba2a16d67138a5087c4ae84bf16a2f884
Subproject commit 3880660d03f929a7c02f70d045dd30ea8693e619