2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00
This commit is contained in:
Oliver Walters
2021-08-30 15:47:58 +10:00
parent bb3b6fdc4d
commit 51eb40f3bc
3 changed files with 75 additions and 29 deletions

View File

@ -50,7 +50,7 @@ function loadAttachmentTable(url, options) {
{
field: 'attachment',
title: '{% trans "File" %}',
formatter: function(value, row) {
formatter: function(value) {
var icon = 'fa-file-alt';