Mihir Kandoi
|
9955adb2fc
|
refactor: parse native JSON request args in www/book_appointment/index.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
785c34e0ad
|
refactor: parse native JSON request args in utilities/query.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
7e8965c6be
|
refactor: parse native JSON request args in utilities/bulk_transaction.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
7cbebc0545
|
refactor: parse native JSON request args in support/doctype/issue/issue.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
b3526db643
|
refactor: parse native JSON request args in stock/utils.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
f707da40ec
|
refactor: parse native JSON request args in stock/report/stock_qty_vs_batch_qty/stock_qty_vs_batch_qty.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
cb2679ba2c
|
refactor: parse native JSON request args in stock/get_item_details.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
a6ede74b2d
|
refactor: parse native JSON request args in stock/doctype/warehouse/warehouse.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
5aeb711f69
|
refactor: parse native JSON request args in stock/doctype/stock_reconciliation/stock_reconciliation.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
9506a9d62a
|
refactor: parse native JSON request args in stock/doctype/stock_entry/stock_entry.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
63a1b7d8e5
|
refactor: parse native JSON request args in stock/doctype/stock_entry/services/subcontracting.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
f5bf9392a0
|
refactor: parse native JSON request args in stock/doctype/stock_entry/services/manufacturing.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
ddd57ca12e
|
refactor: parse native JSON request args in stock/doctype/serial_no/serial_no.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
2c7cea2879
|
refactor: parse native JSON request args in stock/doctype/repost_item_valuation/repost_item_valuation.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
8ca2e99cf2
|
refactor: parse native JSON request args in stock/doctype/putaway_rule/putaway_rule.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
a11eb741e5
|
refactor: parse native JSON request args in stock/doctype/purchase_receipt/mapper.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:35 +05:30 |
|
Mihir Kandoi
|
487aff80e0
|
refactor: parse native JSON request args in stock/doctype/pick_list/mapper.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
68e92a893a
|
refactor: parse native JSON request args in stock/doctype/packed_item/packed_item.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
ccd115e769
|
refactor: parse native JSON request args in stock/doctype/material_request/mapper.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
5a77df6560
|
refactor: parse native JSON request args in stock/doctype/delivery_note/mapper.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
04a93cabf1
|
refactor: parse native JSON request args in stock/doctype/batch/batch.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
460b8c5d8d
|
refactor: parse native JSON request args in setup/doctype/terms_and_conditions/terms_and_conditions.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
76705dd736
|
refactor: parse native JSON request args in setup/doctype/holiday_list/holiday_list.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
78f38970c1
|
refactor: parse native JSON request args in setup/doctype/department/department.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
8dd05ca056
|
refactor: parse native JSON request args in selling/page/point_of_sale/point_of_sale.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
f4df5ee0bc
|
refactor: parse native JSON request args in selling/doctype/sales_order/sales_order.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
517f97ff73
|
refactor: parse native JSON request args in selling/doctype/sales_order/mapper.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
bf30b58d02
|
refactor: parse native JSON request args in selling/doctype/quotation/mapper.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
5543577ca7
|
refactor: parse native JSON request args in selling/doctype/customer/customer.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
7835cbaa56
|
refactor: parse native JSON request args in regional/report/irs_1099/irs_1099.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
cd8b740cb3
|
refactor: parse native JSON request args in regional/italy/utils.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:34 +05:30 |
|
Mihir Kandoi
|
cb236dedfc
|
refactor: parse native JSON request args in projects/doctype/timesheet/timesheet.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:33 +05:30 |
|
Mihir Kandoi
|
5629f81809
|
refactor: parse native JSON request args in projects/doctype/task/task.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:33 +05:30 |
|
Mihir Kandoi
|
e432f8284b
|
refactor: parse native JSON request args in projects/doctype/project/project.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:33 +05:30 |
|
Mihir Kandoi
|
c1ec503858
|
refactor: parse native JSON request args in manufacturing/doctype/work_order/mapper.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:33 +05:30 |
|
Mihir Kandoi
|
e14719b0ad
|
refactor: parse native JSON request args in manufacturing/doctype/production_plan/services/planning_queries.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:33 +05:30 |
|
Mihir Kandoi
|
3946bf5366
|
refactor: parse native JSON request args in manufacturing/doctype/production_plan/services/material_request.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:33 +05:30 |
|
Mihir Kandoi
|
6b1e18f79e
|
refactor: parse native JSON request args in manufacturing/doctype/job_card/job_card.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:33 +05:30 |
|
Mihir Kandoi
|
5a1abf6138
|
refactor: parse native JSON request args in manufacturing/doctype/bom_update_tool/bom_update_tool.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:33 +05:30 |
|
Mihir Kandoi
|
5c12bf02d8
|
refactor: parse native JSON request args in manufacturing/doctype/bom/bom.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|
Mihir Kandoi
|
2e75a4b830
|
refactor: parse native JSON request args in erpnext_integrations/doctype/plaid_settings/plaid_settings.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|
Mihir Kandoi
|
afb2616aee
|
refactor: parse native JSON request args in edi/doctype/code_list/code_list_import.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|
Mihir Kandoi
|
ffa85a4ed6
|
refactor: parse native JSON request args in crm/frappe_crm_api.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|
Mihir Kandoi
|
50f2654eb1
|
refactor: parse native JSON request args in crm/doctype/opportunity/opportunity.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|
Mihir Kandoi
|
dcc8d08521
|
refactor: parse native JSON request args in crm/doctype/contract_template/contract_template.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|
Mihir Kandoi
|
0ff4840dcb
|
refactor: parse native JSON request args in controllers/taxes_and_totals.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|
Mihir Kandoi
|
432b4f7f86
|
refactor: parse native JSON request args in controllers/stock_controller.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|
Mihir Kandoi
|
b5687d659f
|
refactor: parse native JSON request args in controllers/queries.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|
Mihir Kandoi
|
d8ff9b7dbb
|
refactor: parse native JSON request args in controllers/item_variant.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|
Mihir Kandoi
|
1cf5cb2425
|
refactor: parse native JSON request args in buying/utils.py
Use frappe.parse_json instead of json.loads so the whitelisted endpoints
accept native JSON types (list/dict/bool) in addition to JSON strings.
|
2026-06-24 20:37:32 +05:30 |
|