mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
fix: linters fix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user