mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +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)
|
si = create_sales_invoice(do_not_submit=True)
|
||||||
|
|
||||||
project = frappe.new_doc("Project")
|
project = frappe.new_doc("Project")
|
||||||
|
project.company = "_Test Company"
|
||||||
project.project_name = "Test Total Billed Amount"
|
project.project_name = "Test Total Billed Amount"
|
||||||
project.save()
|
project.save()
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[[Project]]
|
[[Project]]
|
||||||
project_name = "_Test Project"
|
project_name = "_Test Project"
|
||||||
status = "Open"
|
status = "Open"
|
||||||
|
company = "_Test Company"
|
||||||
|
|||||||
Reference in New Issue
Block a user