2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00
This commit is contained in:
Oliver 2021-09-08 14:14:14 +10:00
parent 829dd0d637
commit b9b23a3853

View File

@ -201,7 +201,9 @@ $('#new-po-line').click(function() {
}, },
method: 'POST', method: 'POST',
title: '{% trans "Add Line Item" %}', title: '{% trans "Add Line Item" %}',
onSuccess: reloadTable, onSuccess: function() {
$('#po-line-table').bootstrapTable('refresh');
},
}); });
}); });