diff --git a/job.go b/job.go index b12fbed..5e49c80 100644 --- a/job.go +++ b/job.go @@ -2769,7 +2769,7 @@ func jobVaultValOth(j Job) { for _, v := range p.Val { item, _ := getObjItem(v.ItemID64) log.Printf("jobVaultValOth : %s (%s) - %s => %d - %f\n", item.Code, v.Quality, item.Names[0], v.Volume, v.Price) - out = fmt.Sprintf("- %s (%s) : %d / %f\n", item.Code, v.Quality, v.Volume, v.Price) + out = fmt.Sprintf("%s- %s (%s) : %d / %f\n", out, item.Code, v.Quality, v.Volume, v.Price) total += float64(v.Quantity) * v.Price }