Skip to content

Get service description from ChargeInstance instead of from WO

Administrator requested to merge fix/service-description-in-rerated-wo into master

After generating the XML invoice of an invoice with the Subscription Wallet Operation rerated we found a bug. We can't access to the ServiceInstance from a WO rerated. We need to use the ChargeInstance to get the ServiceInstance and then get the description.

This change solves the problem with the rerated WO.

Merge request reports