diff --git a/InvenTree/order/templates/order/purchase_order_detail.html b/InvenTree/order/templates/order/purchase_order_detail.html index 85d93f969a..1c4b36d3aa 100644 --- a/InvenTree/order/templates/order/purchase_order_detail.html +++ b/InvenTree/order/templates/order/purchase_order_detail.html @@ -135,7 +135,7 @@ }, label: 'attachment', success: function(data, status, xhr) { - location.reload(); + $('#attachment-table').bootstrapTable('refresh'); } } );