You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/anand/postgress-new/frappe-bench-postgres/apps/erpnext/erpnext/accounts/doctype/budget/test_budget.py", line 62, in test_exception_approver_role
budget = make_budget(budget_against="Cost Center")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/anand/postgress-new/frappe-bench-postgres/apps/erpnext/erpnext/accounts/doctype/budget/test_budget.py", line 544, in make_budget
budget.insert()
File "/home/anand/postgress-new/frappe-bench-postgres/apps/frappe/frappe/model/document.py", line 287, in insert
self._validate_links()
File "/home/anand/postgress-new/frappe-bench-postgres/apps/frappe/frappe/model/document.py", line 942, in validate_links
frappe.throw(("Could not find {0}").format(msg), frappe.LinkValidationError)
File "/home/anand/postgress-new/frappe-bench-postgres/apps/frappe/frappe/init.py", line 603, in throw
msgprint(
File "/home/anand/postgress-new/frappe-bench-postgres/apps/frappe/frappe/init.py", line 568, in msgprint
_raise_exception()
File "/home/anand/postgress-new/frappe-bench-postgres/apps/frappe/frappe/init.py", line 519, in _raise_exception
raise exc
frappe.exceptions.LinkValidationError: Could not find Row #1: Child WBS: wbs_name
Module
accounts
Version
Vesion - 15
Installation method
None
Relevant log output / Stack trace / Full Error Message.
No response
The text was updated successfully, but these errors were encountered:
Information about bug
bench run-tests --doctype "Budget"
EEEEEEEEEEEEE
ERROR: test_exception_approver_role (erpnext.accounts.doctype.budget.test_budget.TestBudget.test_exception_approver_role)
Traceback (most recent call last):
File "/home/anand/postgress-new/frappe-bench-postgres/apps/erpnext/erpnext/accounts/doctype/budget/test_budget.py", line 62, in test_exception_approver_role
budget = make_budget(budget_against="Cost Center")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/anand/postgress-new/frappe-bench-postgres/apps/erpnext/erpnext/accounts/doctype/budget/test_budget.py", line 544, in make_budget
budget.insert()
File "/home/anand/postgress-new/frappe-bench-postgres/apps/frappe/frappe/model/document.py", line 287, in insert
self._validate_links()
File "/home/anand/postgress-new/frappe-bench-postgres/apps/frappe/frappe/model/document.py", line 942, in validate_links
frappe.throw(("Could not find {0}").format(msg), frappe.LinkValidationError)
File "/home/anand/postgress-new/frappe-bench-postgres/apps/frappe/frappe/init.py", line 603, in throw
msgprint(
File "/home/anand/postgress-new/frappe-bench-postgres/apps/frappe/frappe/init.py", line 568, in msgprint
_raise_exception()
File "/home/anand/postgress-new/frappe-bench-postgres/apps/frappe/frappe/init.py", line 519, in _raise_exception
raise exc
frappe.exceptions.LinkValidationError: Could not find Row #1: Child WBS: wbs_name
Module
accounts
Version
Vesion - 15
Installation method
None
Relevant log output / Stack trace / Full Error Message.
No response
The text was updated successfully, but these errors were encountered: