Subversion Repositories SmartDukaan

Rev

Rev 6550 | Rev 8299 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6550 Rev 6668
Line 22... Line 22...
22
if __name__ == '__main__' and __package__ is None:
22
if __name__ == '__main__' and __package__ is None:
23
    import sys
23
    import sys
24
    import os
24
    import os
25
    sys.path.insert(0, os.getcwd())
25
    sys.path.insert(0, os.getcwd())
26
 
26
 
27
to = ["sandeep.sachdeva@shop2020.in","suraj.sharma@shop2020.in", "chaitnaya.vats@shop2020.in", "khushal.bhatia@shop2020.in", "rajneesharora@spiceretail.co.in", "chandan.kumar@shop2020.in"]
27
to = ["sandeep.sachdeva@shop2020.in","amit.sirohi@shop2020.in", "chaitnaya.vats@shop2020.in", "khushal.bhatia@shop2020.in", "rajneesharora@spiceretail.co.in", "chandan.kumar@shop2020.in"]
28
 
28
 
29
def generate_delayed_orders_file():
29
def generate_delayed_orders_file():
30
    txn_client = TransactionClient().get_client()
30
    txn_client = TransactionClient().get_client()
31
    slipped_orders = txn_client.getSlippedSippingDateOrders()
31
    slipped_orders = txn_client.getSlippedSippingDateOrders()
32
    
32