fix(Report): Sales Register (#19166)

This commit is contained in:
Rucha Mahabal 2019-09-25 16:03:46 +05:30 committed by Anurag Mishra
parent 2064dfc5a9
commit 132323462c

View File

@ -5,6 +5,7 @@ from __future__ import unicode_literals
import frappe
from frappe.utils import flt
from frappe import msgprint, _
from frappe.model.meta import get_field_precision
from erpnext.accounts.doctype.accounting_dimension.accounting_dimension import get_accounting_dimensions
def execute(filters=None):