Skip to content

Commit

Permalink
MOre probable OIB & OUB misses
Browse files Browse the repository at this point in the history
  • Loading branch information
idstam committed Oct 13, 2023
1 parent df66f49 commit dff3e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsiSIE/jsiSIE/SieDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,8 @@ private SiePeriodValue parseOIB_OUB(SieDataItem di)
YearNr = di.GetInt(0),
//Period = di.GetInt(1),
Account = KONTO[di.GetString(1)],
Amount = di.GetDecimal(3 + objOffset),
Quantity = di.GetDecimal(4 + objOffset),
Amount = di.GetDecimal(2 + objOffset),
Quantity = di.GetDecimal(3 + objOffset),
Objects = di.GetObjects(),
Token = di.ItemType
};
Expand Down

0 comments on commit dff3e36

Please sign in to comment.