This commit is contained in:
shoopea 2019-10-11 16:15:33 +08:00
parent 9850902699
commit 758c242c8b

2
job.go
View File

@ -968,7 +968,7 @@ func jobVaultStatus(j Job) {
}
if currentUserID64 != 0 {
//display info
out := fmt.Sprintf("<pre>%-32s | Dep. | Rcv. | 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")