diff --git a/pos/static/js/inventory.js b/pos/static/js/inventory.js
index e2c66e3..7bdd44f 100644
--- a/pos/static/js/inventory.js
+++ b/pos/static/js/inventory.js
@@ -65,6 +65,7 @@
function renderInventoryRow(it) {
return '
';
+ html += '
ID Inventario' + data.id + '
';
html += '
No. Parte' + esc(data.part_number) + '
';
html += '
Nombre' + esc(data.name) + '
';
html += '
Marca' + esc(data.brand) + '
';
@@ -796,6 +812,7 @@
window.closeCreateModal = closeCreateModal;
window.createItem = createItem;
window.showPurchaseModal = showPurchaseModal;
+ window.showPurchaseModalForItem = showPurchaseModalForItem;
window.closePurchaseModal = closePurchaseModal;
window.recordPurchase = recordPurchase;
window.showAdjustmentModal = showAdjustmentModal;
diff --git a/pos/templates/inventory.html b/pos/templates/inventory.html
index b5faef6..59c9b1a 100644
--- a/pos/templates/inventory.html
+++ b/pos/templates/inventory.html
@@ -317,6 +317,7 @@
+ | ID |
Barcode |
No. Parte |
Nombre |