Subversion Repositories SmartDukaan

Rev

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

Rev 4603 Rev 4606
Line 101... Line 101...
101
		this.user = user;
101
		this.user = user;
102
		this.warehouseID = warehouseID;
102
		this.warehouseID = warehouseID;
103
		this.userType = userType;
103
		this.userType = userType;
104
		this.billingType = billingType;
104
		this.billingType = billingType;
105
		this.vendors = vendors;
105
		this.vendors = vendors;
-
 
106
		this.providers = providers;
106
		
107
		
107
		initWidget(binder.createAndBindUi(this));
108
		initWidget(binder.createAndBindUi(this));
108
		initTableForWE();
109
		initTableForWE();
109
		if(this.userType == UserType.ADMIN){
110
		if(this.userType == UserType.ADMIN){
110
			initTableForAdmin();
111
			initTableForAdmin();