mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
fixed batch issue
This commit is contained in:
@@ -42,6 +42,8 @@ class DocType:
|
|||||||
<b>%(batch_no)s</b> for Item <b>%(item_code)s</b> at Warehouse<b>%(warehouse)s</b>
|
<b>%(batch_no)s</b> for Item <b>%(item_code)s</b> at Warehouse<b>%(warehouse)s</b>
|
||||||
as on %(posting_date)s %(posting_time)s""" % self.doc.fields, raise_exception = 1)
|
as on %(posting_date)s %(posting_time)s""" % self.doc.fields, raise_exception = 1)
|
||||||
|
|
||||||
|
self.doc.fields.pop('batch_bal')
|
||||||
|
|
||||||
|
|
||||||
# mandatory
|
# mandatory
|
||||||
# ---------
|
# ---------
|
||||||
|
|||||||
Reference in New Issue
Block a user