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