fix: Test Case

This commit is contained in:
deepeshgarg007 2019-08-11 15:47:35 +05:30
parent b87c5d83de
commit db01743885

View File

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