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 2fb1aaa5c3
commit 03068ab96c

View File

@@ -3860,6 +3860,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()