Subversion Repositories SmartDukaan

Rev

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

Rev 10518 Rev 10519
Line 145... Line 145...
145
	    notAvailable.setText("Out Of Stock");
145
	    notAvailable.setText("Out Of Stock");
146
	    addBillingInfo.setText("Bill");
146
	    addBillingInfo.setText("Bill");
147
	    if(billingType == BillingType.OURS || billingType == BillingType.OURS_EXTERNAL)
147
	    if(billingType == BillingType.OURS || billingType == BillingType.OURS_EXTERNAL)
148
	        addBillingInfo.setVisible(false);
148
	        addBillingInfo.setVisible(false);
149
	    markRtoInTransit.setText("Mark RTO");
149
	    markRtoInTransit.setText("Mark RTO");
150
	    if(!order.getSource().equals("EBAY") || !order.getSource().equals("FLIPKART") || !order.getSource().equals("SNAPDEAL")) { 
150
	    if(!(order.getSource().equals("EBAY") || order.getSource().equals("FLIPKART") || order.getSource().equals("SNAPDEAL"))) { 
151
	    	markRtoInTransit.setVisible(false);
151
	    	markRtoInTransit.setVisible(false);
152
	    }
152
	    }
153
	    printInvoice.setText("Print Invoice");
153
	    printInvoice.setText("Print Invoice");
154
	    receiveReturn.setText("Receive Return");
154
	    receiveReturn.setText("Receive Return");
155
	    validateDOA.setText("Validate DOA");
155
	    validateDOA.setText("Validate DOA");