Created
April 28, 2022 14:33
-
-
Save dlyamkin/e2e62b8d6186009b7dfdfeec17d7eac9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/design/backend/templates/views/order_management/update.tpl b/design/backend/templates/views/order_management/update.tpl | |
index 3dd9dab75e..bd1b180d3f 100644 | |
--- a/design/backend/templates/views/order_management/update.tpl | |
+++ b/design/backend/templates/views/order_management/update.tpl | |
@@ -157,9 +157,7 @@ | |
{/if} | |
{capture name="tools_list"} | |
- {hook name="order_management:update_tools_list"} | |
- <li>{btn type="list" text=$but_text_ dispatch="dispatch[order_management.place_order]" class="cm-submit" process=true}</li> | |
- {/hook} | |
+ {hook name="order_management:update_tools_list"}{/hook} | |
{/capture} | |
{dropdown content=$smarty.capture.tools_list} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment