fix: linters fix

This commit is contained in:
Subin Tom
2022-01-03 19:10:03 +05:30
committed by GitHub
parent 860a0f4696
commit fe3ebafea4

View File

@@ -317,8 +317,9 @@ def make_batch(args):
@frappe.whitelist()
def get_pos_reserved_batch_qty(filters):
import json
from frappe.query_builder.functions import Sum
if isinstance(filters, str):
filters = json.loads(filters)