fix: Account type fix in test_united_states

This commit is contained in:
deepeshgarg007 2019-03-04 10:23:35 +05:30
parent 8f0660ab31
commit f6d1f53aef

View File

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