mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix empty translation string
This commit is contained in:
parent
433ecdb2c3
commit
0a3613476c
@ -2413,7 +2413,7 @@ function showAllocationSubTable(index, row, element, options) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'buttons',
|
field: 'buttons',
|
||||||
title: '{% trans "" %}',
|
title: '',
|
||||||
formatter: function(value, row, index, field) {
|
formatter: function(value, row, index, field) {
|
||||||
|
|
||||||
var html = `<div class='btn-group float-right' role='group'>`;
|
var html = `<div class='btn-group float-right' role='group'>`;
|
||||||
|
Loading…
Reference in New Issue
Block a user