mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
fixes in bin
This commit is contained in:
@@ -270,7 +270,7 @@ class DocType:
|
|||||||
|
|
||||||
# if no prev sle, start from the first one (for repost)
|
# if no prev sle, start from the first one (for repost)
|
||||||
if not prev_sle:
|
if not prev_sle:
|
||||||
cqty, cval, val_rate, self.fcfs_bal = 0, 0, 0, []
|
cqty, cval, val_rate, stock_val, self.fcfs_bal = 0, 0, 0, 0, []
|
||||||
|
|
||||||
# normal
|
# normal
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user