This commit is contained in:
shoopea 2019-10-11 16:16:29 +08:00
parent 758c242c8b
commit 4c7eef5996

2
job.go
View File

@ -968,7 +968,7 @@ func jobVaultStatus(j Job) {
}
if currentUserID64 != 0 {
//display info
out := fmt.Sprintf("<pre>%-32s | Depo. | Recv. | Total\n────────────────────────────┼────────────┼──────\n", `Item`)
out := fmt.Sprintf("<pre>%-32s | Depo. | Recv. | Total\n────────────────────────────┼──────┼──────┼──────\n", `Item`)
for i, itemId := range itemList {
item, err := getObjItem(itemId)
logOnError(err, "jobVaultStatus : getObjItem")