mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
Add a custom template for the install item form
This commit is contained in:
@ -899,9 +899,6 @@ function loadInstalledInTable(table, options) {
|
||||
var pk = subrow.pk;
|
||||
var html = '';
|
||||
|
||||
html += row.sub_part_detail.full_name;
|
||||
html += " | ";
|
||||
|
||||
if (subrow.serial && subrow.quantity == 1) {
|
||||
html += `{% trans "Serial" %}: ${subrow.serial}`;
|
||||
} else {
|
||||
@ -918,6 +915,10 @@ function loadInstalledInTable(table, options) {
|
||||
return stockStatusDisplay(value);
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'batch',
|
||||
title: '{% trans "Batch" %}',
|
||||
},
|
||||
{
|
||||
field: 'actions',
|
||||
title: '',
|
||||
|
Reference in New Issue
Block a user