Skip to content

Commit

Permalink
Update StockItemTableModel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Jan 28, 2025
1 parent bbf36c2 commit d7d6898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public Class<?> getColumnClass(int columnIndex) {
@Override
public boolean isCellEditable(int row, int column) {

if(writable)
if(isWritable())
return column>1;
else
return false;
Expand Down

0 comments on commit d7d6898

Please sign in to comment.