Fixes for recurring document

This commit is contained in:
Anand Doshi
2014-09-21 19:45:49 +05:30
parent 8370cb3e71
commit 1394509343
20 changed files with 2564 additions and 2750 deletions

View File

@@ -4,10 +4,7 @@
from __future__ import unicode_literals
import frappe
from frappe import _, msgprint
from frappe.utils import add_days, cint, cstr, today, date_diff, flt, rounded, getdate, nowdate, \
get_first_day, get_last_day
from frappe.model.naming import make_autoname
from frappe.utils import flt, rounded
from erpnext.setup.utils import get_company_currency
from erpnext.accounts.party import get_party_details