mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-25 01:28:29 +00:00
fix: set company related values
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[[Project]]
|
||||
project_name = "_Test Project"
|
||||
status = "Open"
|
||||
|
||||
company = "_Test Company"
|
||||
|
||||
Reference in New Issue
Block a user