mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
chore: fix linters issue
(cherry picked from commite9c37642c8) (cherry picked from commitc095938e69)
This commit is contained in:
@@ -753,7 +753,7 @@ class update_entries_after:
|
||||
self.new_items_found = True
|
||||
elif (
|
||||
dependant_sle.actual_qty > 0
|
||||
and dependant_sle.voucher_type == "Stock Entry"
|
||||
and dependant_sle.voucher_type == "Stock Entry"
|
||||
and is_transfer_stock_entry(dependant_sle.voucher_no)
|
||||
):
|
||||
if self.distinct_item_warehouses[key].get("transfer_entry_to_repost"):
|
||||
|
||||
Reference in New Issue
Block a user