Skip to content

Commit

Permalink
loan return tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
timo11 committed Sep 16, 2021
1 parent ed16e4d commit 12067d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/edu/ku/brc/specify/ui/LoanReturnDlg.java
Original file line number Diff line number Diff line change
Expand Up @@ -878,11 +878,11 @@ public void selectAllItems()
{
if (returnedSpinner != null)
{
returnedSpinner.setValue(quantityLoaned);
returnedSpinner.setValue(maxValue);
}
if (resolvedSpinner != null)
{
resolvedSpinner.setValue(quantityLoaned);
resolvedSpinner.setValue(maxValue);
}
}

Expand Down

0 comments on commit 12067d5

Please sign in to comment.