Subversion Repositories SmartDukaan

Rev

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

Rev 4356 Rev 4359
Line 97... Line 97...
97
		this.warehouseID = warehouseID;
97
		this.warehouseID = warehouseID;
98
		this.userType = userType;
98
		this.userType = userType;
99
		this.billingType = billingType;
99
		this.billingType = billingType;
100
		
100
		
101
		initWidget(binder.createAndBindUi(this));
101
		initWidget(binder.createAndBindUi(this));
-
 
102
		initTableForWE();
102
		if(this.userType == UserType.WAREHOUSE_EXECUTIVE || this.userType == UserType.WAREHOUSE_MONITOR){
103
		//if(this.userType == UserType.WAREHOUSE_EXECUTIVE || this.userType == UserType.WAREHOUSE_MONITOR){
103
			initTableForWE();
104
			//initTableForWE();
104
		}
105
		//}
105
		if(this.userType == UserType.ADMIN){
106
		if(this.userType == UserType.ADMIN){
106
			initTableForAdmin();
107
			initTableForAdmin();
107
		}
108
		}
108
		loadOrderDetails();
109
		loadOrderDetails();
109
	}
110
	}