diff --git a/webnotes/model/bean.py b/webnotes/model/bean.py index 18f85596a2..e6c6c78960 100644 --- a/webnotes/model/bean.py +++ b/webnotes/model/bean.py @@ -404,7 +404,7 @@ class Bean: elif doc.fields.get(df.fieldname) is None: msg = _("Error") + ": " if doc.parentfield: - msg += _("Row") + (" # %d: " % doc.idx) + msg += _("Row") + (" # %s: " % (doc.idx,)) msg += _("Value missing for") + ": " + _(df.label)