Skip to content

Commit

Permalink
Update solution.json
Browse files Browse the repository at this point in the history
removed dependencies and fetch froms
  • Loading branch information
wojosc committed Jun 10, 2022
1 parent a3ae9ee commit c88a942
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions it_management/it_management/doctype/solution/solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Customer",
"options": "Customer",
"reqd": 1
"options": "Customer"
},
{
"fieldname": "supplier",
Expand Down Expand Up @@ -113,13 +112,10 @@
"options": "Location"
},
{
"fetch_from": "customer.it_landscape",
"fetch_if_empty": 1,
"fieldname": "it_landscape",
"fieldtype": "Link",
"label": "IT Landscape",
"options": "IT Landscape",
"reqd": 1
"options": "IT Landscape"
}
],
"modified": "2020-11-14 19:06:22.409332",
Expand Down Expand Up @@ -157,4 +153,4 @@
"sort_field": "modified",
"sort_order": "DESC",
"track_changes": 1
}
}

0 comments on commit c88a942

Please sign in to comment.