Merge branch 'develop' into improve_taxes_setup

This commit is contained in:
Raffael Meyer
2021-04-18 18:34:41 +02:00
committed by GitHub
11 changed files with 42 additions and 17 deletions

View File

@@ -561,7 +561,7 @@ def get_json(filters, report_name, data):
fp = "%02d%s" % (getdate(filters["to_date"]).month, getdate(filters["to_date"]).year)
gst_json = {"gstin": "", "version": "GST2.2.9",
gst_json = {"version": "GST2.2.9",
"hash": "hash", "gstin": gstin, "fp": fp}
res = {}