mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user