fix: remove max 5 file attachment limit in task (#24056)

Co-authored-by: alain <fogliasana@gmail.com>
This commit is contained in:
Tropicalrambler (Alain Berger)
2021-02-11 08:44:14 -06:00
committed by GitHub
parent afbbdcb802
commit dbb6721412

2
erpnext/projects/doctype/task/task.json Normal file → Executable file
View File

@@ -367,7 +367,7 @@
"idx": 1, "idx": 1,
"is_tree": 1, "is_tree": 1,
"links": [], "links": [],
"max_attachments": 5, "max_attachments": 0,
"modified": "2020-07-03 12:36:04.960457", "modified": "2020-07-03 12:36:04.960457",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",