fix
This commit is contained in:
parent
e83356db67
commit
dc939dbe60
4
job.go
4
job.go
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user