AY2324S2-CS2113T-T09-1 / tp

0 stars 6 forks source link

[PE-D][Tester D] Incorrect dosage taking time after modifying #203

Closed nus-pe-bot closed 7 months ago

nus-pe-bot commented 7 months ago

I changed the medicine's morning dosage from 0 to 1 and evening dosage from 1 to 0 as shown below

Name: name3
Quantity: 1000.0
Expiry Date: 01/01/01
Remarks: null
Morning Dosage: 1.0
Afternoon Dosage: 0.0
Evening Dosage: 0.0
Repeat: 1
Here are the Daily Medications you have to take today:
Afternoon:
        1. [ ] MEDICATION_NAME | 1.0
        2. [X] MEDICATION_NAME1 | 1.0
Evening:
        1. [ ] name3 | 0.0

list -t today command still returns taking name3 in evening.


Labels: severity.Medium type.FunctionalityBug original: fxe025/ped#14