Thanks Nicolas, My fast review was not enough, I'll fix that :)
Jacques Le 13/12/2017 à 13:46, Nicolas Malin a écrit :
Le 13/12/2017 à 13:43, [email protected] a écrit :@@ -2157,7 +2157,7 @@ public class InvoiceServices { return ServiceUtil.returnError(ServiceUtil.getErrorMessage(serviceResults)); } if (Debug.verboseOn()) { - Debug.logVerbose("Creating Invoice Item with amount " + returnPrice + " and quantity " + quantity + if (Debug.verboseOn()) Debug.logVerbose("Creating Invoice Item with amount " + returnPrice + " and quantity " + quantity + " for shipment [" + item.getString("shipmentId") + ":" + item.getString("shipmentItemSeqId") + "]", module); }Jacques, maybe you failed your replaceAll because you have a double check sometime ^^ Nicolas
