Skip to content

Fix/change contract holder wizard

Gerard Funosas requested to merge Fix/change-contract-holder-wizard into master
  • Commit 1: Add today as default change-date

  • Commit 2: Fix compute method '_is_service_partner_id_required'

    In the change holder wizard, this compute method returned a boolean instead of assigning it to the boolean field that is then checked in the wizard view to show or not the service_partner_id field.

    This lead to the following error when validating: "Service contact must be a child of [partner]"

Merge request reports