| Line 241... |
Line 241... |
| 241 |
pud.setShopOwnership("rented");
|
241 |
pud.setShopOwnership("rented");
|
| 242 |
pud.setShopPincode(customRetailer.getAddress().getPinCode());
|
242 |
pud.setShopPincode(customRetailer.getAddress().getPinCode());
|
| 243 |
pud.setShopAddress(customRetailer.getAddress().getLine1() + " " + customRetailer.getAddress().getLine2());
|
243 |
pud.setShopAddress(customRetailer.getAddress().getLine1() + " " + customRetailer.getAddress().getLine2());
|
| 244 |
pud.setShopCity(customRetailer.getAddress().getCity());
|
244 |
pud.setShopCity(customRetailer.getAddress().getCity());
|
| 245 |
pud.setShopState(customRetailer.getAddress().getState());
|
245 |
pud.setShopState(customRetailer.getAddress().getState());
|
| 246 |
pud.setMobile(fk.getMobile());
|
246 |
pud.setMobile("8448775878");
|
| 247 |
pud.setCity(fk.getCity());
|
247 |
pud.setCity(fk.getCity());
|
| 248 |
pud.setAddress(fk.getAddress1() + " " + fk.getAddress2() + " " + fk.getAddress3());
|
248 |
pud.setAddress(fk.getAddress1() + " " + fk.getAddress2() + " " + fk.getAddress3());
|
| 249 |
pud.setEmailId(customRetailer.getEmail());
|
249 |
pud.setEmailId(customRetailer.getEmail());
|
| 250 |
pud.setPan(fk.getPan());
|
250 |
pud.setPan(fk.getPan());
|
| 251 |
pud.setPincode(fk.getPincode());
|
251 |
pud.setPincode(fk.getPincode());
|