Skip to content

Commit

Permalink
fix: uncomment internal parties
Browse files Browse the repository at this point in the history
(cherry picked from commit 454e18a)
  • Loading branch information
venkat102 authored and mergify[bot] committed Sep 9, 2024
1 parent b6f352a commit 4dd06b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def setUp(self):
from erpnext.stock.doctype.stock_ledger_entry.test_stock_ledger_entry import create_items

create_items(["_Test Internal Transfer Item"], uoms=[{"uom": "Box", "conversion_factor": 10}])
# create_internal_parties()
create_internal_parties()
setup_accounts()
frappe.db.set_single_value("Accounts Settings", "acc_frozen_upto", None)

Expand Down

0 comments on commit 4dd06b6

Please sign in to comment.