From acc036b1d7b7eccf87cc5197d42bd1ededaba738 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 20 Mar 2024 12:30:20 +0000 Subject: [PATCH] Removes missing payement message I've checked staging, and I could not find this message, nor the entry in the en.yml file - I think we're not rendering this message currently, hence, the removal. --- app/views/spree/admin/payments/index.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/spree/admin/payments/index.html.haml b/app/views/spree/admin/payments/index.html.haml index 98e00c102d..c3c52c2a23 100644 --- a/app/views/spree/admin/payments/index.html.haml +++ b/app/views/spree/admin/payments/index.html.haml @@ -20,5 +20,3 @@ - if @payments.any? = render partial: 'list', locals: { payments: @payments } -- else - .alpha.twelve.columns.no-objects-found= t(:order_has_no_payments)