From cc0a0171ff277426a0dd886996118e4528e59281 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Wed, 15 Mar 2023 16:52:57 -0500 Subject: [PATCH] Add invoice number to copy memo button --- src/app/pmtservice/pmtservice.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pmtservice/pmtservice.component.ts b/src/app/pmtservice/pmtservice.component.ts index 7a4661d..334f4d7 100644 --- a/src/app/pmtservice/pmtservice.component.ts +++ b/src/app/pmtservice/pmtservice.component.ts @@ -440,7 +440,7 @@ vE = { this.vE.pmtserviceNotservError); } try { - navigator.clipboard.writeText("ZGo Order::" + this.orderId); + navigator.clipboard.writeText("ZGo Order::" + this.orderId + " Invoice: " + this.order.externalInvoice); } catch (err) { this.notifierService .showNotification(this.vE.pmtserviceCopymemoError,