[Enahance] Update variants fields defined in the Item Varianst Settings, if template updated

This commit is contained in:
Rohit Waghchaure
2017-08-29 18:15:57 +05:30
committed by Nabin Hait
parent ab5b03011d
commit 0e28fccb34
20 changed files with 406 additions and 3 deletions

View File

@@ -105,6 +105,11 @@ def get_data():
"name": "Pricing Rule",
"description": _("Rules for applying pricing and discount.")
},
{
"type": "doctype",
"name": "Item Variant Settings",
"description": _("Item Variant Settings."),
},
]
},