mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
[Minor] Fix Crop Cycle test record (#14901)
* fix crop cycle test record * load crop cycle doc if not yet loaded * create test records for location * land unit -> location , update in patch for tree index
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
{
|
||||
"doctype": "Crop Cycle",
|
||||
"title": "Basil from seed 2017",
|
||||
"linked_land_unit": [{
|
||||
"land_unit": "Basil Farm"
|
||||
"linked_location": [{
|
||||
"location": "Basil Farm"
|
||||
}],
|
||||
"crop": "Basil from seed",
|
||||
"start_date": "2017-11-11",
|
||||
|
||||
Reference in New Issue
Block a user