Merge pull request #45721 from rohitwaghchaure/fixed-support-30732

fix: closing stock balance report not generating
This commit is contained in:
rohitwaghchaure
2025-02-05 08:45:00 +05:30
committed by GitHub

View File

@@ -116,7 +116,6 @@ class ClosingStockBalance(Document):
"item_group": self.item_group,
"warehouse_type": self.warehouse_type,
"include_uom": self.include_uom,
"ignore_closing_balance": 1,
"show_variant_attributes": 1,
"show_stock_ageing_data": 1,
}