Skip to content
Snippets Groups Projects

Issue #3522395 by jsacksick: Provide a resend confirmation action link for invoices.

Files
12
@@ -82,10 +82,7 @@ class InvoiceController extends ControllerBase implements ContainerInjectionInte
* The page title.
*/
public function title(InvoiceInterface $commerce_invoice) {
return $this->t('@invoice_type #@invoice_number', [
'@invoice_type' => $commerce_invoice->get('type')->entity->label(),
'@invoice_number' => $commerce_invoice->label(),
]);
return $commerce_invoice->label();
}
/**
Loading