Update gstr_1.py

This commit is contained in:
Nabin Hait 2018-02-15 17:24:15 +05:30 committed by GitHub
parent 307063e64e
commit 44658d44c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
from __future__ import unicode_literals from __future__ import unicode_literals
import frappe, json import frappe, json
from frappe import _ from frappe import _
from frappe.utils import flt
from datetime import date from datetime import date
def execute(filters=None): def execute(filters=None):