From 335066aef663110a3664ae16d220018904e3af35 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 14 Aug 2019 13:28:06 +1000 Subject: [PATCH] Fix buttons for order form --- .../order/templates/order/order_wizard/select_parts.html | 8 ++++---- .../order/templates/order/order_wizard/select_pos.html | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/InvenTree/order/templates/order/order_wizard/select_parts.html b/InvenTree/order/templates/order/order_wizard/select_parts.html index b872e5aa71..c25def7054 100644 --- a/InvenTree/order/templates/order/order_wizard/select_parts.html +++ b/InvenTree/order/templates/order/order_wizard/select_parts.html @@ -36,8 +36,8 @@ {{ part.full_name }} {{ part.description }} - @@ -63,8 +63,8 @@ - diff --git a/InvenTree/order/templates/order/order_wizard/select_pos.html b/InvenTree/order/templates/order/order_wizard/select_pos.html index 4ae0a89c95..4988530419 100644 --- a/InvenTree/order/templates/order/order_wizard/select_pos.html +++ b/InvenTree/order/templates/order/order_wizard/select_pos.html @@ -41,8 +41,9 @@ class='btn btn-default btn-create' id='new_po_{{ supplier.id }}' title='Create new purchase order for {{ supplier.name }}' - type='button'> - + type='button' + onclick='newPurchaseOrderFromOrderWizard()'> +