master-control 0.4.37 → 0.4.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5649,7 +5649,7 @@ class MedialQuestionsComponent {
5649
5649
  }
5650
5650
  }
5651
5651
  let saveRequestsArray = [];
5652
- if (!this.checkIfValueIsEmpty(mainRequestForLa) && this.personType() === 'LA') {
5652
+ if (!this.checkIfValueIsEmpty(mainRequestForLa) && this.personType() !== 'PH') {
5653
5653
  this.saveQuestionRequestLa = mainRequestForLa;
5654
5654
  sessionStorage.setItem('saveQuestionRequestLa', JSON.stringify(mainRequestForLa));
5655
5655
  // saveRequestsArray.push(this.commonService.saveAnswers(mainRequestForLa, !calledFromConfirmation));