From 217aa1faa01092edd861f1e4d3062c0bd23eedaf Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 15 Jan 2026 15:50:30 +0100 Subject: [PATCH] fixed trash-can icon buttons in Order/Form --- Layout/default/Order/Form.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Layout/default/Order/Form.php b/Layout/default/Order/Form.php index a513c694e..f09c3a82c 100644 --- a/Layout/default/Order/Form.php +++ b/Layout/default/Order/Form.php @@ -597,7 +597,7 @@
- +
@@ -828,7 +828,7 @@
- +
@@ -1893,7 +1893,7 @@ } else { $('#products-' + id + '-delete').val(0); //$('#position-' + id + ' .delete-button-container i').removeClass("fa-trash-can-slash").addClass("fa-trash-can"); - $('#position-' + id + ' .delete-button-container').html(''); + $('#position-' + id + ' .delete-button-container').html(''); //$('#position-' + id + ' .delete-button-container i').removeClass("btn-outline-white fa-trash-can-slash").addClass("text-danger fa-trash-can"); $('#position-' + id).removeClass('text-white deleted'); @@ -1932,7 +1932,7 @@ \
\
\ - \ + \
\
\ \