Subversion Repositories SmartDukaan

Rev

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

Rev 28456 Rev 28458
Line 894... Line 894...
894
				.getCode();
894
				.getCode();
895
		String customerAddressStateCode = stateRepository.selectByName(pdfModel.getCustomer().getAddress().getState())
895
		String customerAddressStateCode = stateRepository.selectByName(pdfModel.getCustomer().getAddress().getState())
896
				.getCode();
896
				.getCode();
897
		pdfModel.setPartnerAddressStateCode(partnerAddressStateCode);
897
		pdfModel.setPartnerAddressStateCode(partnerAddressStateCode);
898
		pdfModel.setCustomerAddressStateCode(customerAddressStateCode);
898
		pdfModel.setCustomerAddressStateCode(customerAddressStateCode);
899
		pdfModel.setCancelled(pdfModel.setCancelled(fofoOrder.getCancelledTimestamp() != null));
899
		pdfModel.setCancelled(fofoOrder.getCancelledTimestamp() != null);
900
		List<String> tncs = new ArrayList<>();
900
		List<String> tncs = new ArrayList<>();
901
		tncs.add("I agree that goods received are in good working condition");
901
		tncs.add("I agree that goods received are in good working condition");
902
		tncs.add("Goods once sold cannot be exchanged or taken back");
902
		tncs.add("Goods once sold cannot be exchanged or taken back");
903
		tncs.add("Warranty for the goods received by me is the responsibility of the manufacturer only.");
903
		tncs.add("Warranty for the goods received by me is the responsibility of the manufacturer only.");
904
		tncs.add("Customer needs to activate the handset at the time of delivery to be eligible for the discount");
904
		tncs.add("Customer needs to activate the handset at the time of delivery to be eligible for the discount");