Skip to content

Commit

Permalink
Solve implemented for Bug#3423
Browse files Browse the repository at this point in the history
  • Loading branch information
metabig committed Jun 22, 2020
1 parent abac671 commit 77be761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webapp/logic/sheetImport.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ export async function readSheet({
result.event = row.values[5];
}


row.eachCell((cell, colNumber) => {
if (isProgram && colNumber > 4 + colOffset) {
const id = columns[colNumber].formula.substr(1);
Expand Down Expand Up @@ -295,6 +296,7 @@ export async function readSheet({
value,
period: result.period,
orgUnit: result.orgUnit,
attributeOptionCombo: result.attributeOptionCombo,
});
}
});
Expand Down

0 comments on commit 77be761

Please sign in to comment.