fix: set company related values

This commit is contained in:
Sugesh393
2025-01-17 11:46:17 +05:30
parent c94091d68f
commit 454067198e
2 changed files with 2 additions and 1 deletions

View File

@@ -4294,6 +4294,7 @@ class TestSalesInvoice(IntegrationTestCase):
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()

View File

@@ -1,4 +1,4 @@
[[Project]]
project_name = "_Test Project"
status = "Open"
company = "_Test Company"