| Line 1488... |
Line 1488... |
| 1488 |
List<String> tncs = new ArrayList<>();
|
1488 |
List<String> tncs = new ArrayList<>();
|
| 1489 |
tncs.add("I agree that goods received are in good working condition.");
|
1489 |
tncs.add("I agree that goods received are in good working condition.");
|
| 1490 |
tncs.add("Goods once sold cannot be exchanged or taken back.");
|
1490 |
tncs.add("Goods once sold cannot be exchanged or taken back.");
|
| 1491 |
tncs.add("Warranty for the goods received by me is the responsibility of the manufacturer only.");
|
1491 |
tncs.add("Warranty for the goods received by me is the responsibility of the manufacturer only.");
|
| 1492 |
if (pdfModel.getInsurancePolicies() != null && pdfModel.getInsurancePolicies().size() > 0) {
|
1492 |
if (pdfModel.getInsurancePolicies() != null && pdfModel.getInsurancePolicies().size() > 0) {
|
| 1493 |
tncs.add("Warranty and damage protection issues are to be handled directly by the respective providers.");
|
1493 |
tncs.add("Extended Warranty/ Damage Protection related issues are to be handled directly by the respective providers.");
|
| 1494 |
}
|
1494 |
}
|
| 1495 |
pdfModel.setTncs(tncs);
|
1495 |
pdfModel.setTncs(tncs);
|
| 1496 |
return pdfModel;
|
1496 |
return pdfModel;
|
| 1497 |
|
1497 |
|
| 1498 |
}
|
1498 |
}
|