Le 13/12/2017 à 13:43, jler...@apache.org 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

Reply via email to