mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
chore: fix linter issue (#37349)
(cherry picked from commit e975a10a75)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -1127,7 +1127,6 @@ class TestProductionPlan(FrappeTestCase):
|
|||||||
wo_doc.fg_warehouse = "_Test Warehouse - _TC"
|
wo_doc.fg_warehouse = "_Test Warehouse - _TC"
|
||||||
for d in wo_doc.required_items:
|
for d in wo_doc.required_items:
|
||||||
d.source_warehouse = "_Test Warehouse - _TC"
|
d.source_warehouse = "_Test Warehouse - _TC"
|
||||||
print(d.required_qty, "before")
|
|
||||||
d.required_qty -= 5
|
d.required_qty -= 5
|
||||||
make_stock_entry(
|
make_stock_entry(
|
||||||
item_code=d.item_code,
|
item_code=d.item_code,
|
||||||
|
|||||||
Reference in New Issue
Block a user