mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 19:24:21 +00:00
fix: hide total row in general ledger report
(cherry picked from commit ef38b26a73)
This commit is contained in:
committed by
Mergify
parent
124a0fe45d
commit
56bb88d281
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"add_total_row": 1,
|
"add_total_row": 0,
|
||||||
"add_translate_data": 0,
|
"add_translate_data": 0,
|
||||||
"columns": [],
|
"columns": [],
|
||||||
"creation": "2013-12-06 13:22:23",
|
"creation": "2013-12-06 13:22:23",
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"idx": 3,
|
"idx": 3,
|
||||||
"is_standard": "Yes",
|
"is_standard": "Yes",
|
||||||
"letterhead": null,
|
"letterhead": null,
|
||||||
"modified": "2025-08-13 12:47:27.645023",
|
"modified": "2025-11-05 15:47:59.597853",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "General Ledger",
|
"name": "General Ledger",
|
||||||
|
|||||||
Reference in New Issue
Block a user