From cb03a3260b869bfced24c1ce882910ec858b0b00 Mon Sep 17 00:00:00 2001 From: gary-jipp <37557999+gary-jipp@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:18:54 -0700 Subject: [PATCH] =?UTF-8?q?Merge=20to=20master:=20LCSD-7008:=20Do=20not=20?= =?UTF-8?q?display=20"Submit=20&=20Pay"=20button=20on=20/application=20for?= =?UTF-8?q?m=20=E2=80=A6=20(#4218)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...lication-tied-house-exemption.component.ts | 3 --- .../application/application.component.html | 19 ++++++++++--------- .../application/application.component.ts | 9 +++++++++ 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/cllc-public-app/ClientApp/src/app/components/applications/application-tied-house-exemption/application-tied-house-exemption.component.ts b/cllc-public-app/ClientApp/src/app/components/applications/application-tied-house-exemption/application-tied-house-exemption.component.ts index 3e8d0f7733..901badd1fb 100644 --- a/cllc-public-app/ClientApp/src/app/components/applications/application-tied-house-exemption/application-tied-house-exemption.component.ts +++ b/cllc-public-app/ClientApp/src/app/components/applications/application-tied-house-exemption/application-tied-house-exemption.component.ts @@ -232,9 +232,6 @@ export class ApplicationTiedHouseExemptionComponent extends FormBase implements const assignedJobNumber = this.form.get("assignedLicence.jobNumber").value; - console.log("Tied House Exemption===> Save: licenceId: " + this.licenceId + ", assignedLicenceId: " + assignedLicenceId + ", assignedLicenceNumber: " + assignedLicenceNumber + ", assignedJobNumber: " + assignedJobNumber); - - if (!this.licenceId) { this.application.parentApplicationId = this.applicationId; const applicationType = this.applicationType; diff --git a/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html b/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html index 99fc2d54af..ae43106900 100644 --- a/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html +++ b/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html @@ -3039,16 +3039,16 @@