mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
[minor] [fix] trigger on raw material item i bom
This commit is contained in:
@@ -95,9 +95,9 @@ class DocType:
|
|||||||
|
|
||||||
def get_bom_material_detail(self, args=None):
|
def get_bom_material_detail(self, args=None):
|
||||||
""" Get raw material details like uom, desc and rate"""
|
""" Get raw material details like uom, desc and rate"""
|
||||||
|
|
||||||
if not args:
|
if not args:
|
||||||
args = webnotes.form_dict.get('args')
|
args = webnotes.form_dict.get('args')
|
||||||
|
|
||||||
import json
|
import json
|
||||||
args = json.loads(args)
|
args = json.loads(args)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user