Skip to content

Commit

Permalink
Month, not minute
Browse files Browse the repository at this point in the history
  • Loading branch information
jSylvestre committed Oct 19, 2023
1 parent fcc4ea1 commit c583890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sloth.Core/Services/AggieEnterpriseService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public async Task<IGlJournalRequestResult> CreateJournal(Source source, Transact
JournalCategoryName = _options.JournalCategory.SafeTruncate(80),
JournalName = source.Name.StripToErpName(100),
JournalReference = source.Team.Name.StripToGlReferenceField(25),
AccountingDate = accountingDate?.ToString("yyyy-mm-dd"),
AccountingDate = accountingDate?.ToString("yyyy-MM-dd"),
JournalLines = lines
}
};
Expand Down

0 comments on commit c583890

Please sign in to comment.