mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
fix: linters fix
This commit is contained in:
@@ -316,8 +316,8 @@ def make_batch(args):
|
||||
|
||||
@frappe.whitelist()
|
||||
def get_pos_reserved_batch_qty(filters):
|
||||
from frappe.query_builder.functions import Sum
|
||||
import json
|
||||
from frappe.query_builder.functions import Sum
|
||||
|
||||
if isinstance(filters, str):
|
||||
filters = json.loads(filters)
|
||||
|
||||
Reference in New Issue
Block a user