From 5a43a6ec7f638bdbde53ff1cb3a9433316abdf11 Mon Sep 17 00:00:00 2001 From: Sanket322 Date: Tue, 22 Oct 2024 16:40:31 +0530 Subject: [PATCH] fix: fix test case --- india_compliance/gst_india/report/gstr_1/gstr_1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/india_compliance/gst_india/report/gstr_1/gstr_1.py b/india_compliance/gst_india/report/gstr_1/gstr_1.py index ed2aff533..d05bfbed6 100644 --- a/india_compliance/gst_india/report/gstr_1/gstr_1.py +++ b/india_compliance/gst_india/report/gstr_1/gstr_1.py @@ -2060,6 +2060,7 @@ def get_document_issued_summary_json(data): "Invoices for outward supply": 1, "Debit Note": 4, "Credit Note": 5, + "Invoices for inward supply from unregistered person": 2, } document_lists = {document_type: [] for document_type in document_types}