fix: Test Case
This commit is contained in:
parent
b87c5d83de
commit
db01743885
@ -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'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user