mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
* feat: Disassembly Order (#42655)
(cherry picked from commit 663a08e4cd)
# Conflicts:
# erpnext/stock/doctype/stock_entry_type/stock_entry_type.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -96,6 +96,7 @@ def install(country=None):
|
||||
"purpose": "Repack",
|
||||
"is_standard": 1,
|
||||
},
|
||||
{"doctype": "Stock Entry Type", "name": "Disassemble", "purpose": "Disassemble", "is_standard": 1},
|
||||
{
|
||||
"doctype": "Stock Entry Type",
|
||||
"name": "Send to Subcontractor",
|
||||
|
||||
Reference in New Issue
Block a user