Skip to content

Commit

Permalink
Revert changes from inventree#7965
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Aug 23, 2024
1 parent b9b4412 commit ca63829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/InvenTree/templates/js/translated/stock.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function stockItemFields(options={}) {
batch: {
icon: 'fa-layer-group',
},
status: {},
status_custom_key: {},
expiry_date: {
icon: 'fa-calendar-alt',
},
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/forms/StockForms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function useStockFields({
value: batchCode,
onValueChange: (value) => setBatchCode(value)
},
status: {},
status_custom_key: {},
expiry_date: {
// TODO: icon
},
Expand Down

0 comments on commit ca63829

Please sign in to comment.