mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 12:08:26 +00:00
@@ -4235,6 +4235,7 @@ class TestSalesInvoice(FrappeTestCase):
|
|||||||
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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user