Subversion Repositories SmartDukaan

Rev

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

Rev 9024 Rev 9026
Line 590... Line 590...
590
				if(sb.toString().equalsIgnoreCase("")){
590
				if(sb.toString().equalsIgnoreCase("")){
591
					sos.write("Orders Created Successfully (No Alerts)".toString().getBytes());
591
					sos.write("Orders Created Successfully (No Alerts)".toString().getBytes());
592
				}
592
				}
593
				else{
593
				else{
594
					if(orders_processed!=0){
594
					if(orders_processed!=0){
595
						sos.write(("Orders Created with Alerts /n"+ sb.toString()).getBytes());
595
						sos.write(("Orders Created with Alerts \n"+ sb.toString()).getBytes());
596
					}
596
					}
597
					else{
597
					else{
598
						sos.write(("Zero Approved Orders /n"+ sb.toString()).getBytes());
598
						sos.write(("Zero Approved Orders \n"+ sb.toString()).getBytes());
599
					}
599
					}
600
				}
600
				}
601
				sos.flush();
601
				sos.flush();
602
			} catch (IOException e) {
602
			} catch (IOException e) {
603
				System.out.println("Unable to stream the manifest file");
603
				System.out.println("Unable to stream the manifest file");