Skip to content

Commit

Permalink
import add_date, removed timedelta import
Browse files Browse the repository at this point in the history
  • Loading branch information
trhura committed Jan 27, 2014
1 parent e31a418 commit 16f88ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stock/doctype/stock_ledger_entry/stock_ledger_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from __future__ import unicode_literals
import webnotes
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 datetime import timedelta, date
from datetime import date

class DocType(DocListController):
def __init__(self, doc, doclist=[]):
Expand Down

0 comments on commit 16f88ba

Please sign in to comment.