Subversion Repositories SmartDukaan

Rev

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

Rev 17011 Rev 17012
Line 892... Line 892...
892
                        sh1.write(row3, inc(), None)
892
                        sh1.write(row3, inc(), None)
893
                        sh1.write(row3, inc(), None)
893
                        sh1.write(row3, inc(), None)
894
                        sh1.write(row3, inc(), None)
894
                        sh1.write(row3, inc(), None)
895
                        sh1.write(row3, inc(), None)
895
                        sh1.write(row3, inc(), None)
896
                        sh1.write(row3, inc(), None)
896
                        sh1.write(row3, inc(), None)
-
 
897
                    print result[10]
897
                    sh1.write(row3, inc(), result[10])
898
                    sh1.write(row3, inc(), unicode(result[10], errors='ignore'))
898
                    sh1.write(row3, inc(), result[11])
899
                    sh1.write(row3, inc(), result[11])
899
                    sh1.write(row3, inc(), result[12])
900
                    sh1.write(row3, inc(), result[12])
900
                        
901
                        
901
                    #removed filter as requested by Rajneesh
902
                    #removed filter as requested by Rajneesh
902
                    #if subOrder.get("cashBackStatus") == Store.CB_APPROVED or subOrder.get("cashBackStatus") == Store.CB_PENDING:
903
                    #if subOrder.get("cashBackStatus") == Store.CB_APPROVED or subOrder.get("cashBackStatus") == Store.CB_PENDING: