Add invoice number to copy memo button
This commit is contained in:
parent
a8bcffa049
commit
cc0a0171ff
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ vE = {
|
||||||
this.vE.pmtserviceNotservError);
|
this.vE.pmtserviceNotservError);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
navigator.clipboard.writeText("ZGo Order::" + this.orderId);
|
navigator.clipboard.writeText("ZGo Order::" + this.orderId + " Invoice: " + this.order.externalInvoice);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.notifierService
|
this.notifierService
|
||||||
.showNotification(this.vE.pmtserviceCopymemoError,
|
.showNotification(this.vE.pmtserviceCopymemoError,
|
||||||
|
|
Loading…
Reference in a new issue