hargata/lubelog

Cannot choose supplies for plan if supplies have zero value

tedski opened this issue · 3 comments

Checklist
Please make sure you have performed the following steps before opening a new bug ticket, change [ ] to [x] to mark it as done

  • I have read and tried the steps outlined in the Troubleshooting Guide
  • I have searched through existing issues.

Description

When choosing supplies through a Plan Record, if the supplies cost is $0, the Select button never becomes available. The supplies have 0 value because they were obtained at no cost.

Platform

  • Docker Image
  • Windows Standalone Executable

Browser Console Errors(F12)

No errors or output in console.

App/Container Console Error

No relevant log messages in the container logs.

Screenshots(optional)

Supplies selected totaling 0:
supply screen with select disabled and supplies totaling 0 value
Supplies selected totaling > 0:
supply screen with select disabled and supplies totaling >0 value

If total requestedQuantity was used in the validation, that would fix this issue.

If there's agreement, I'll work on the change.

Fixed in edge-tagged docker-image, will schedule a release sometime in July.

Released