This commit is contained in:
shoopea 2020-06-28 15:04:54 +02:00
parent 341c5ef535
commit e45f5ee05f

2
job.go
View File

@ -2661,7 +2661,7 @@ func jobVaultVal(j Job) {
other += price other += price
default: default:
} }
log.Printf("jobVaultVal : %s - %s => %f\n", v.Code, item.Name[0], price) log.Printf("jobVaultVal : %s - %s => %f\n", v.Code, item.Names[0], price)
} }
c := TGCommand{ c := TGCommand{