mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 07:32:50 +00:00
fix: remove max 5 file attachment limit in task (#24056)
Co-authored-by: alain <fogliasana@gmail.com>
This commit is contained in:
committed by
GitHub
parent
afbbdcb802
commit
dbb6721412
2
erpnext/projects/doctype/task/task.json
Normal file → Executable file
2
erpnext/projects/doctype/task/task.json
Normal file → Executable file
@@ -367,7 +367,7 @@
|
||||
"idx": 1,
|
||||
"is_tree": 1,
|
||||
"links": [],
|
||||
"max_attachments": 5,
|
||||
"max_attachments": 0,
|
||||
"modified": "2020-07-03 12:36:04.960457",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
|
||||
Reference in New Issue
Block a user