fix: set company related values

(cherry picked from commit 454067198e)
This commit is contained in:
Sugesh393
2025-01-17 11:46:17 +05:30
committed by ruthra kumar
parent fac4e99b0e
commit 149827562b

View File

@@ -4235,6 +4235,7 @@ class TestSalesInvoice(FrappeTestCase):
si = create_sales_invoice(do_not_submit=True)
project = frappe.new_doc("Project")
project.company = "_Test Company"
project.project_name = "Test Total Billed Amount"
project.save()