@ -1273,7 +1273,7 @@ func jobGWithdraw(j Job) {
logOnError(err, "jobGWithdraw : Unmarshal payload")
if p.Status == 0 {
for i, item := range p.Request {
for _, item := range p.Request {
id := getSilentObjItemID(item.Item, ``)
if id != 0 {
obj, _ := getObjItem(id)
The note is not visible to the blocked user.