From ee9822fd420a20fc7d0d75304b21ff26a31ccf74 Mon Sep 17 00:00:00 2001 From: Nikhil Kothari Date: Mon, 29 Apr 2024 17:31:39 +0530 Subject: [PATCH] fix: party and party type label on accounting preview (cherry picked from commit f7f3b2278610d94ec7823f5ea722a8fecb94656f) --- erpnext/controllers/stock_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/controllers/stock_controller.py b/erpnext/controllers/stock_controller.py index f4988895b37..49252bd5b54 100644 --- a/erpnext/controllers/stock_controller.py +++ b/erpnext/controllers/stock_controller.py @@ -1227,8 +1227,8 @@ def get_accounting_ledger_preview(doc, filters): "debit", "credit", "against", - "party", "party_type", + "party", "cost_center", "against_voucher_type", "against_voucher",