Skip to content
Snippets Groups Projects
Commit 5ddfcdd6 authored by rromanov's avatar rromanov
Browse files

Change offline workers

parent f8c942db
Branches
Tags b0.38.5
No related merge requests found
......@@ -621,8 +621,10 @@ func (srv *serviceImpl) reportRenderCsvHEIBordeaux(
for _, i := range items {
client := fmt.Sprintf("%s %s", i.UserData.Details.FirstName, i.UserData.Details.LastName)
policyNumber := fmt.Sprintf("MashHEI-%06d", i.Reference)
var start time.Time
var end time.Time
if i.Details.Time != nil {
start = time.Time(i.Details.Time.Start)
end = time.Time(i.Details.Time.Start).AddDate(1, 0, -1)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment