Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dlyamkin/e2e62b8d6186009b7dfdfeec17d7eac9 to your computer and use it in GitHub Desktop.
Save dlyamkin/e2e62b8d6186009b7dfdfeec17d7eac9 to your computer and use it in GitHub Desktop.
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