mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 03:45:08 +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"
|
||||
for d in wo_doc.required_items:
|
||||
d.source_warehouse = "_Test Warehouse - _TC"
|
||||
print(d.required_qty, "before")
|
||||
d.required_qty -= 5
|
||||
make_stock_entry(
|
||||
item_code=d.item_code,
|
||||
|
||||
Reference in New Issue
Block a user