From b75e817447c2048b5cc7d07e5470232e1e9c3876 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 5 Oct 2021 14:57:50 +1100 Subject: [PATCH] Construct bare-bones API form --- .../order/templates/order/order_base.html | 23 ++- InvenTree/templates/js/translated/build.js | 1 - InvenTree/templates/js/translated/order.js | 142 +++++++++++++++++- 3 files changed, 163 insertions(+), 3 deletions(-) diff --git a/InvenTree/order/templates/order/order_base.html b/InvenTree/order/templates/order/order_base.html index 0d46207c33..6f01d0a172 100644 --- a/InvenTree/order/templates/order/order_base.html +++ b/InvenTree/order/templates/order/order_base.html @@ -49,7 +49,7 @@ src="{% static 'img/blank_image.png' %}" {% elif order.status == PurchaseOrderStatus.PLACED %}