mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 15:27:12 +00:00
[fix] set item valuation rates (#10681)
This commit is contained in:
committed by
Makarand Bauskar
parent
5ac01a2bf7
commit
d1ce7bfff4
@@ -167,6 +167,7 @@
|
||||
"item_group": "Products",
|
||||
"item_name": "Wind Turbine-S",
|
||||
"variant_of": "Wind Turbine",
|
||||
"valuation_rate": 300,
|
||||
"attributes":[
|
||||
{
|
||||
"attribute": "Size",
|
||||
@@ -183,6 +184,7 @@
|
||||
"item_group": "Products",
|
||||
"item_name": "Wind Turbine-M",
|
||||
"variant_of": "Wind Turbine",
|
||||
"valuation_rate": 300,
|
||||
"attributes":[
|
||||
{
|
||||
"attribute": "Size",
|
||||
@@ -199,6 +201,7 @@
|
||||
"item_group": "Products",
|
||||
"item_name": "Wind Turbine-L",
|
||||
"variant_of": "Wind Turbine",
|
||||
"valuation_rate": 300,
|
||||
"attributes":[
|
||||
{
|
||||
"attribute": "Size",
|
||||
|
||||
Reference in New Issue
Block a user