fix:tests

This commit is contained in:
Afshan 2020-08-28 13:40:48 +05:30
parent 7586c3408e
commit d659774190

View File

@ -44,8 +44,8 @@ def make_payment_entry_to_irs_1099_supplier():
pe.payment_type = "Pay"
pe.company = "_Test Company 1"
pe.posting_date = "2016-01-10"
pe.paid_from = "_Test Bank USD - _TC"
pe.paid_to = "_Test Payable USD - _TC"
pe.paid_from = "_Test Bank USD - _TC1"
pe.paid_to = "_Test Payable USD - _TC1"
pe.paid_amount = 100
pe.received_amount = 100
pe.reference_no = "For IRS 1099 testing"