Stock Entry catch exceptions for testcase

This commit is contained in:
Nabin Hait
2013-12-27 17:35:39 +05:30
parent d51f805b78
commit e761fe89e2
2 changed files with 3 additions and 3 deletions

View File

@@ -364,7 +364,6 @@ class TestSalesInvoice(unittest.TestCase):
from `tabGL Entry` where voucher_type='Sales Invoice' and voucher_no=%s
order by account asc, debit asc""", si.doc.name, as_dict=1)
self.assertTrue(gl_entries)
# print gl_entries
stock_in_hand = webnotes.conn.get_value("Account", {"master_name": "_Test Warehouse - _TC"})