mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-31 10:52:41 +02:00
fix: don't allow to create SCR directly (#31924)
(cherry picked from commit bf5c43322a)
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com>
This commit is contained in:
@@ -625,9 +625,10 @@
|
|||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"in_create": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-08-19 19:50:16.935124",
|
"modified": "2022-08-22 17:30:40.827517",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Subcontracting",
|
"module": "Subcontracting",
|
||||||
"name": "Subcontracting Receipt",
|
"name": "Subcontracting Receipt",
|
||||||
|
|||||||
Reference in New Issue
Block a user