Skip to content

Commit

Permalink
Merge pull request #280 from b123400/fix-278
Browse files Browse the repository at this point in the history
  • Loading branch information
zdavatz authored Jul 11, 2024
2 parents a985506 + 67b9593 commit 579743e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@ public void write(OutputStream outputStream) throws Exception {
ArrayList<DTMDateTimePeriod> dtms = new ArrayList<>();
segmentCount++;
DTMDateTimePeriod dtm = new DTMDateTimePeriod();
dtms.add(dtm);
C507DateTimePeriod c507 = new C507DateTimePeriod();
c507.setE2380DateTimePeriod(df.format(ii.deliveryDate));
c507.setE2379DateTimePeriodFormatQualifier("102");
Expand Down

0 comments on commit 579743e

Please sign in to comment.