fix: Test Case

This commit is contained in:
deepeshgarg007 2019-08-11 15:47:35 +05:30
parent 4b28b3216b
commit 9db6471fae

View File

@ -176,7 +176,7 @@ def create_purchase_invoices():
do_not_save=1
)
pi1.place_of_supply = "29-Karnataka"
pi1.shipping_address = "_Test Supplier GST-1-Billing"
pi1.save()
pi1.submit()
@ -221,6 +221,7 @@ def make_suppliers():
"link_name": "_Test Registered Supplier"
})
address.is_shipping_address = 1
address.save()
if not frappe.db.exists('Address', '_Test Supplier GST-2-Billing'):