Page 1 of 1

Change Delivery adderss of order after closing

PostPosted: Tue Dec 13, 2016 12:29 pm
by indikad
Jiwa 7

We know Jiwa does not like editing the delivery address of a sales order once its closed.
However we have a unique situation with a customer where they will need to edit the delivery address of closed orders and it will be a frequent occurrence.

While I can do a plugin to do a back end direct update of the database ( the table - SO_History ) , I would like to know if there will be any implications re - data integrity if its updated.

Re: Change Delivery adderss of order after closing  Topic is solved

PostPosted: Tue Dec 13, 2016 1:16 pm
by Mike.Sheen
indikad wrote:I would like to know if there will be any implications re - data integrity if its updated.


If all you're doing is direct table updates to delivery address fields in SO_History then there shouldn't be any issues.

Re: Change Delivery adderss of order after closing

PostPosted: Wed Dec 14, 2016 8:02 am
by indikad
Thanks Mike.