sales order status bugfix, add leading / in website_image and removed send_print_in_body_and_attachment

This commit is contained in:
Rushabh Mehta
2014-07-07 12:29:43 +05:30
parent 47f26b0df4
commit 58692fe4d1
4 changed files with 788 additions and 789 deletions

View File

@@ -216,10 +216,6 @@ def set_defaults(args):
hr_settings.emp_created_by = "Naming Series"
hr_settings.save()
email_settings = frappe.get_doc("Outgoing Email Settings")
email_settings.send_print_in_body_and_attachment = 1
email_settings.save()
def create_feed_and_todo():
"""update activty feed and create todo for creation of item, customer, vendor"""
from erpnext.home import make_feed