Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansg44 committed Oct 8, 2024
1 parent 82b0b35 commit b2ac5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/templates/grdi/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ export default {
let atLeastOneWideVal = false;
for (const [i, longHeader] of longHeadersArr.entries()) {
let wideHeader = antibiotic.concat('_', longHeader);
// Vendor is the only header =/= imported header suffix
if (longHeader === 'vendor') wideHeader += '_name';
let wideVal = dh.getMappedField(
longHeader,
Expand Down

0 comments on commit b2ac5a7

Please sign in to comment.