From ce099f43f3ceb283da19c7283cdc09a118de4a15 Mon Sep 17 00:00:00 2001 From: jmht Date: Sat, 14 Sep 2019 21:40:09 +0100 Subject: [PATCH] Fixes problem with 'New Purchase Order' button not working from Suppliers page. --- .../company/templates/company/detail_purchase_orders.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InvenTree/company/templates/company/detail_purchase_orders.html b/InvenTree/company/templates/company/detail_purchase_orders.html index aad4f7bf99..077a107848 100644 --- a/InvenTree/company/templates/company/detail_purchase_orders.html +++ b/InvenTree/company/templates/company/detail_purchase_orders.html @@ -9,7 +9,7 @@
- +
@@ -38,7 +38,7 @@ newOrder(); }); - $("#company-order-2").click(function() { + $("#company-order2").click(function() { newOrder(); }); @@ -47,4 +47,4 @@ sortable: true, }); -{% endblock %} \ No newline at end of file +{% endblock %}