This commit is contained in:
shoopea 2019-10-11 16:02:04 +08:00
parent 4d1073fdcd
commit e83356db67

3
job.go
View File

@ -973,7 +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</code>\n` +
`-------------------------------------------------------------`)
for i, itemId := range itemList {
item, err := getObjItem(itemId)
logOnError(err, "jobVaultStatus : getObjItem")