Fix route on "continue" button on admin adjustments page

This commit is contained in:
Matt-Yorkley
2019-12-13 13:51:41 +01:00
parent 0f588dbe0b
commit f189ca8004

View File

@@ -10,4 +10,4 @@
= render :partial => 'adjustments_table'
= button_link_to t(:continue), @order.cart? ? new_admin_order_payment_url(@order) : admin_orders_url, :icon => 'icon-arrow-right'
= button_link_to t(:continue), admin_order_payments_url(@order), :icon => 'icon-arrow-right'