mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
fix: Test Case
This commit is contained in:
@@ -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'):
|
||||||
|
|||||||
Reference in New Issue
Block a user