From 0df5e7d7a3d9ace195c35993de4ea11b71bda5d5 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 26 Mar 2020 22:54:47 +0900 Subject: [PATCH] Fix clone button in edit payment request (Fix #1414) --- BTCPayServer/Views/PaymentRequest/EditPaymentRequest.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/PaymentRequest/EditPaymentRequest.cshtml b/BTCPayServer/Views/PaymentRequest/EditPaymentRequest.cshtml index 9dc7ecc4c..436f40902 100644 --- a/BTCPayServer/Views/PaymentRequest/EditPaymentRequest.cshtml +++ b/BTCPayServer/Views/PaymentRequest/EditPaymentRequest.cshtml @@ -106,7 +106,7 @@ asp-action="ListInvoices" asp-controller="Invoice" asp-route-searchterm="@($"orderid:{PaymentRequestRepository.GetOrderIdForPaymentRequest(Model.Id)}")">Invoices - Clone + Clone } Back to list