mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
Test travis
This commit is contained in:
@@ -51,6 +51,8 @@ class TestSalesPaymentSummary(unittest.TestCase):
|
||||
pe.cancel()
|
||||
|
||||
mop = get_mode_of_payments(filters)
|
||||
print(frappe.get_all("Payment Entry", filters={"docstatus": 1}))
|
||||
print(mop)
|
||||
self.assertTrue('Credit Card' in mop.values()[0])
|
||||
self.assertTrue('Cash' not in mop.values()[0])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user