Revert "fix: check for split entries in stock entry test"
This reverts commit a56b79cc72241f6a4540cb93b1b0f39926137cdc.
This commit is contained in:
parent
13b4ddec63
commit
9a13842751
@ -517,14 +517,7 @@ class TestStockEntry(FrappeTestCase):
|
|||||||
self.check_gl_entries(
|
self.check_gl_entries(
|
||||||
"Stock Entry",
|
"Stock Entry",
|
||||||
repack.name,
|
repack.name,
|
||||||
sorted(
|
sorted([[stock_in_hand_account, 1200, 0.0], ["Cost of Goods Sold - TCP1", 0.0, 1200.0]]),
|
||||||
[
|
|
||||||
["Cost of Goods Sold - TCP1", 0.0, 1200.0],
|
|
||||||
["Stock Adjustment - TCP1", 0.0, 1200.0],
|
|
||||||
["Stock Adjustment - TCP1", 1200.0, 0.0],
|
|
||||||
[stock_in_hand_account, 1200.0, 0.0],
|
|
||||||
]
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def check_stock_ledger_entries(self, voucher_type, voucher_no, expected_sle):
|
def check_stock_ledger_entries(self, voucher_type, voucher_no, expected_sle):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user