Skip to content

Commit

Permalink
chore: fixed fetch from (#40270)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure authored Mar 5, 2024
1 parent 8e2f978 commit 34051bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
"columns": 1,
"fetch_from": "stock_item_code.stock_uom",
"fetch_from": "item_code.stock_uom",
"fieldname": "uom",
"fieldtype": "Link",
"in_list_view": 1,
Expand Down Expand Up @@ -110,13 +110,14 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2021-09-08 15:52:08.598100",
"modified": "2024-03-05 11:23:40.766844",
"modified_by": "Administrator",
"module": "Assets",
"name": "Asset Capitalization Service Item",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
{
"columns": 1,
"fetch_from": "stock_item_code.stock_uom",
"fetch_from": "item_code.stock_uom",
"fieldname": "stock_uom",
"fieldtype": "Link",
"in_list_view": 1,
Expand Down Expand Up @@ -178,7 +178,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2024-02-25 15:57:35.007501",
"modified": "2024-03-05 11:22:57.346889",
"modified_by": "Administrator",
"module": "Assets",
"name": "Asset Capitalization Stock Item",
Expand Down
9 changes: 2 additions & 7 deletions erpnext/stock/doctype/delivery_note/delivery_note.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"column_break_18",
"project",
"dimension_col_break",
"custom_dimensions_section",
"currency_and_price_list",
"currency",
"conversion_rate",
Expand Down Expand Up @@ -927,7 +926,7 @@
"width": "50%"
},
{
"fetch_from": "transporter.name",
"fetch_from": "transporter.supplier_name",
"fieldname": "transporter_name",
"fieldtype": "Data",
"label": "Transporter Name",
Expand Down Expand Up @@ -1355,10 +1354,6 @@
"fieldname": "column_break_43",
"fieldtype": "Column Break"
},
{
"fieldname": "custom_dimensions_section",
"fieldtype": "Section Break"
},
{
"fieldname": "shipping_address_section",
"fieldtype": "Section Break",
Expand Down Expand Up @@ -1402,7 +1397,7 @@
"idx": 146,
"is_submittable": 1,
"links": [],
"modified": "2023-12-18 17:19:39.368239",
"modified": "2024-03-05 11:58:47.784349",
"modified_by": "Administrator",
"module": "Stock",
"name": "Delivery Note",
Expand Down

0 comments on commit 34051bc

Please sign in to comment.