fix(Report): Sales Register (#19170)

This commit is contained in:
Rucha Mahabal
2019-09-25 16:03:09 +05:30
committed by Anurag Mishra
parent ff7a5d18d1
commit 1e55ac6a4f

View File

@@ -4,6 +4,7 @@
from __future__ import unicode_literals
import frappe
from frappe.utils import flt
from frappe.model.meta import get_field_precision
from frappe import msgprint, _
def execute(filters=None):