Update rename_total_fields.py

This commit is contained in:
Nabin Hait 2015-07-17 14:43:19 +05:30
parent dae29bf2d4
commit 1401e3f679

View File

@ -3,7 +3,7 @@
from __future__ import unicode_literals
import frappe
from frappe.model import rename_field
from frappe.model.utils import rename_field
from frappe.modules import scrub, get_doctype_module
selling_doctypes = ("Quotation", "Sales Order", "Delivery Note", "Sales Invoice")