Update work_order_consumed_materials.py

This commit is contained in:
rohitwaghchaure
2021-11-29 16:25:30 +05:30
committed by GitHub
parent db9bd5b912
commit 570ae422a8

View File

@@ -2,7 +2,6 @@
# For license information, please see license.txt
import frappe
import json
from frappe import _
def execute(filters=None):
@@ -128,4 +127,4 @@ def get_columns():
"fieldtype": "Float",
"width": 100
}
]
]