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()'> +