Subversion Repositories SmartDukaan

Rev

Rev 2313 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2313 Rev 4780
Line 46... Line 46...
46
		category.setText(item.getCategory()+"");
46
		category.setText(item.getCategory()+"");
47
		comments.setText(item.getComments());
47
		comments.setText(item.getComments());
48
		catalogItemId.setText(item.getCatalogItemId() + "");
48
		catalogItemId.setText(item.getCatalogItemId() + "");
49
		
49
		
50
		mrp.setText(item.getMrp()+"");
50
		mrp.setText(item.getMrp()+"");
51
		mop.setText(item.getMop()+"");
51
		mop.setText("");
52
		sellingPrice.setText(item.getSellingPrice()+"");
52
		sellingPrice.setText(item.getSellingPrice()+"");
53
		dealerPrice.setText(item.getDealerPrice()+"");
53
		dealerPrice.setText("");
54
		weight.setText(item.getWeight()+"");
54
		weight.setText(item.getWeight()+"");
55
		
55
		
56
		addedOn.setText(getDisplayableDate(item.getAddedOn()));
56
		addedOn.setText(getDisplayableDate(item.getAddedOn()));
57
		startDate.setText(getDisplayableDate(item.getStartDate()));
57
		startDate.setText(getDisplayableDate(item.getStartDate()));
58
		retireDate.setText(getDisplayableDate(item.getRetireDate()));
58
		retireDate.setText(getDisplayableDate(item.getRetireDate()));