|
|
|
@ -726,7 +726,7 @@ public class ProductionInboundServiceImpl implements ProductionInboundService { |
|
|
|
params.put("ifsBackFlush", "No"); |
|
|
|
params.put("ifsExpiryDateChanged", "FALSE"); |
|
|
|
params.put("ifsSimplifiedMaterial", dto.getIfsSimplifiedMaterial() != null ? dto.getIfsSimplifiedMaterial() : "Yes"); |
|
|
|
params.put("ifsAutoClose", "TRUE"); |
|
|
|
params.put("ifsAutoClose", dto.getIfsAutoClose()); |
|
|
|
params.put("ifsCloseOnReceipt", "FALSE"); |
|
|
|
|
|
|
|
ObjectMapper objectMapper = new ObjectMapper(); |
|
|
|
|