Update shipment.py

This commit is contained in:
rohitwaghchaure 2020-12-25 15:15:55 +05:30 committed by GitHub
parent 5bcc6c6b15
commit de10d7dcf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.utils import flt, get_time, to_timedelta
from frappe.utils import flt, get_time
from frappe.model.document import Document
from erpnext.accounts.party import get_party_shipping_address
from frappe.contacts.doctype.contact.contact import get_default_contact