Skip to content

Commit

Permalink
Merge pull request #37517 from s-aga-r/FIX-4388-1
Browse files Browse the repository at this point in the history
fix(test): purchase return test case
  • Loading branch information
s-aga-r authored Oct 15, 2023
2 parents 0f6d67d + 240b161 commit 08aec7f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2142,8 +2142,6 @@ def test_purchase_return_with_zero_rate(self):
for entry in gl_entries:
self.assertEqual(abs(entry.debit + entry.credit), abs(sl_entries[0].stock_value_difference))

self.assertIsNotNone(get_gl_entries(pr_return.doctype, pr_return.name))


def prepare_data_for_internal_transfer():
from erpnext.accounts.doctype.sales_invoice.test_sales_invoice import create_internal_supplier
Expand Down

0 comments on commit 08aec7f

Please sign in to comment.