mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
refactor(test): handle setup of Workstation Operation Component
This commit is contained in:
@@ -181,6 +181,7 @@ class ERPNextTestSuite(unittest.TestCase):
|
|||||||
"Print Heading": "print_heading",
|
"Print Heading": "print_heading",
|
||||||
"Share Type": "title",
|
"Share Type": "title",
|
||||||
"Market Segment": "market_segment",
|
"Market Segment": "market_segment",
|
||||||
|
"Workstation Operating Component": "component_name",
|
||||||
}
|
}
|
||||||
for x in records:
|
for x in records:
|
||||||
dt = x.get("doctype")
|
dt = x.get("doctype")
|
||||||
|
|||||||
Reference in New Issue
Block a user