mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
[crm] Updated status and workflow for Lead > Opportunity > Quotation > Sales Order
This commit is contained in:
9
patches/october_2013/p02_set_communication_status.py
Normal file
9
patches/october_2013/p02_set_communication_status.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
||||
# License: GNU General Public License v3. See license.txt
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.conn.sql("""update tabCommunication
|
||||
set sent_or_received= if(ifnull(recipients, '')='', "Received", "Sent")""")
|
||||
Reference in New Issue
Block a user