Loading commerce_invoice.routing.yml +0 −2 Original line number Diff line number Diff line Loading @@ -59,5 +59,3 @@ entity.commerce_invoice_item.bundle_settings: _permission: 'administer commerce_invoice' options: _admin_route: 'TRUE' parameters: bundle: 'string' src/Controller/InvoiceItemTypesAdminController.php +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class InvoiceItemTypesAdminController extends ControllerBase { return [ '#markup' => $this->t('The @bundle-label bundle has no settings.', [ '@bundle-label' => $entity_bundle_info[$bundle]['label'], '@bundle-label' => empty($entity_bundle_info[$bundle]) ? $bundle : $entity_bundle_info[$bundle]['label'], ]), ]; } Loading Loading
commerce_invoice.routing.yml +0 −2 Original line number Diff line number Diff line Loading @@ -59,5 +59,3 @@ entity.commerce_invoice_item.bundle_settings: _permission: 'administer commerce_invoice' options: _admin_route: 'TRUE' parameters: bundle: 'string'
src/Controller/InvoiceItemTypesAdminController.php +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class InvoiceItemTypesAdminController extends ControllerBase { return [ '#markup' => $this->t('The @bundle-label bundle has no settings.', [ '@bundle-label' => $entity_bundle_info[$bundle]['label'], '@bundle-label' => empty($entity_bundle_info[$bundle]) ? $bundle : $entity_bundle_info[$bundle]['label'], ]), ]; } Loading