Skip to content

Commit

Permalink
Update InventoryItemService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
superpollo2 authored Apr 19, 2024
1 parent e69d02b commit 42127fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ private List<String> createHeader() {
header.add("Id");
header.add("Estado");
header.add("Categoría");
header.add("Wallet");
header.add("Cartera");
header.add("Atributos");
header.add("Acciones");
return header;
}

Expand Down

0 comments on commit 42127fd

Please sign in to comment.