Skip to content

Commit c24a489

Browse files
authored
Merge pull request #429 from efeone/avish_Au.mar5
feat:set default uom as weight uom
2 parents 10d8042 + 1cdfb73 commit c24a489

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

aumms/aumms/doctype/jewellery_invoice/jewellery_invoice.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,14 @@
406406
"fieldname": "stone_details",
407407
"fieldtype": "Table",
408408
"label": "Stone Details",
409-
"options": "Stone Details - 2"
409+
"options": "Stone Details"
410410
}
411411
],
412412
"hide_toolbar": 1,
413413
"index_web_pages_for_search": 1,
414414
"is_submittable": 1,
415415
"links": [],
416-
"modified": "2024-11-08 15:09:59.576364",
416+
"modified": "2025-03-07 15:49:36.562544",
417417
"modified_by": "Administrator",
418418
"module": "AuMMS",
419419
"name": "Jewellery Invoice",

aumms/aumms/doctype/jewellery_invoice_item/jewellery_invoice_item.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
{
108108
"columns": 1,
109-
"fetch_from": "item_code.stock_uom",
109+
"fetch_from": "item_code.weight_uom",
110110
"fieldname": "uom",
111111
"fieldtype": "Link",
112112
"in_list_view": 1,
@@ -295,7 +295,7 @@
295295
"index_web_pages_for_search": 1,
296296
"istable": 1,
297297
"links": [],
298-
"modified": "2023-08-25 17:21:02.528822",
298+
"modified": "2025-03-07 16:19:23.767462",
299299
"modified_by": "Administrator",
300300
"module": "AuMMS",
301301
"name": "Jewellery Invoice Item",

0 commit comments

Comments
 (0)