Skip to content

Commit

Permalink
fix : added a property no_copy in status field
Browse files Browse the repository at this point in the history
  • Loading branch information
viralkansodiya committed Jan 2, 2025
1 parent b3c028c commit 2fbb0a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@
"fieldtype": "Select",
"label": "Status",
"options": "\nOpen\nOrdered\nCompleted\nCancelled",
"read_only": 1
"read_only": 1,
"no_copy" : 1
},
{
"default": "0",
Expand Down

0 comments on commit 2fbb0a1

Please # to comment.