This commit is contained in:
shoopea 2019-10-11 16:02:23 +08:00
parent e83356db67
commit dc939dbe60

4
job.go
View File

@ -973,8 +973,8 @@ func jobVaultStatus(j Job) {
}
if currentUserID64 != 0 {
//display info
out := fmt.Sprintf(`<code>Item | Dep. | Rcv. | Total</code>\n` +
`-------------------------------------------------------------`)
out := fmt.Sprintf(`<code>Item | Dep. | Rcv. | Total\n` +
`-------------------------------------------------------------</code>\n`)
for i, itemId := range itemList {
item, err := getObjItem(itemId)
logOnError(err, "jobVaultStatus : getObjItem")