RE: Issue: Additional shipping charge editable on shipment even after shipment is packed and invoice is generated

2018-09-28 Thread Swapnil Shah
Hi Mohammad, One of the possible ways to support it could be by pushing the Shipment in some dangling state i.e., by putting them in 'CREATED' or 'PROCESSING' status when the packages are completed. And let shipper manually move it to the PACKED or COMPLETED status after making all the necessary (s

Re: [CODE CLEANUP] Remove Debug.logError() used before ServiceUtil.returnError()

2018-09-28 Thread Deepak Dixit
Hi Deepak, Debug.logError help to trace the class file, if we remove this then it will be difficult to identify the class file. Thanks & Regards -- Deepak Dixit On Fri, Sep 28, 2018 at 4:57 PM, Deepak Nigam wrote: > Hello All, > > We have the practice of placing an error log using the method

[CODE CLEANUP] Remove Debug.logError() used before ServiceUtil.returnError()

2018-09-28 Thread Deepak Nigam
Hello All, We have the practice of placing an error log using the method Debug.logError() before returning the error from a service using the method ServiceUtil.returnError(). As we already have an error log statement inside the method ServiceUtil.returnError() now, should we remove the debug stat