mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
import add_date, removed timedelta import
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import webnotes
|
import webnotes
|
||||||
from webnotes import msgprint
|
from webnotes import msgprint
|
||||||
from webnotes.utils import flt, getdate
|
from webnotes.utils import flt, getdate, add_date
|
||||||
from webnotes.model.controller import DocListController
|
from webnotes.model.controller import DocListController
|
||||||
from datetime import timedelta, date
|
from datetime import date
|
||||||
|
|
||||||
class DocType(DocListController):
|
class DocType(DocListController):
|
||||||
def __init__(self, doc, doclist=[]):
|
def __init__(self, doc, doclist=[]):
|
||||||
|
|||||||
Reference in New Issue
Block a user