Subversion Repositories SmartDukaan

Rev

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

Rev 9366 Rev 9367
Line 259... Line 259...
259
        sheet_iterator+=1
259
        sheet_iterator+=1
260
        
260
        
261
    createSheetForBuyBoxItems(buyBoxItems,wbk)
261
    createSheetForBuyBoxItems(buyBoxItems,wbk)
262
    wbk.save(filename)
262
    wbk.save(filename)
263
    
263
    
264
    EmailAttachmentSender.mail("build@shop2020.in", "cafe@nes", ["kshitij.sood@shop2020.in"], "Insurance Details for date " , "Please find attached insurance details for today.", [get_attachment_part(filename)], ["kshitij.sood@shop2020.in"], [])
264
    EmailAttachmentSender.mail("build@shop2020.in", "cafe@nes", ["kshitij.sood@shop2020.in"], " " , "", [get_attachment_part(filename)], ["kshitij.sood@shop2020.in"], [])
265
 
265
 
266
    
266
    
267
 
267
 
268
def createSheetForBuyBoxItems(buyBoxItems,wbk):
268
def createSheetForBuyBoxItems(buyBoxItems,wbk):
269
    sheet = wbk.add_sheet('BuyBoxItems')
269
    sheet = wbk.add_sheet('BuyBoxItems')