Subversion Repositories SmartDukaan

Rev

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

Rev 18048 Rev 18457
Line 745... Line 745...
745
		}
745
		}
746
		if(mrpValue < mop) {
746
		if(mrpValue < mop) {
747
			Window.alert("MOP cannot be more than MRP.");
747
			Window.alert("MOP cannot be more than MRP.");
748
			return false;
748
			return false;
749
		}
749
		}
750
		if(tp > mop) {
750
//		if(tp > mop) {
751
			Window.alert("Transfer Price cannot be more than MOP.");
751
//			Window.alert("Transfer Price cannot be more than MOP.");
752
			return false;
752
//			return false;
753
		}
753
//		}
754
		return true;
754
		return true;
755
	}
755
	}
756
 
756
 
757
	@UiHandler("comingSoonButton")
757
	@UiHandler("comingSoonButton")
758
	void onComingSoonButtonClick(ClickEvent event) {
758
	void onComingSoonButtonClick(ClickEvent event) {