Open nus-pe-bot opened 4 years ago
This error was due to ambiguity in the user guide. The user is meant to find the index of the purchase he wants to delete from the full list of purchases and not the filtered list (which is shown after the user enters the command find-paid
).
--
According to the UG,
delete-paid
will remove the purchase at the specified one based index on the list of purchases shown on the Finance tab.However, when I find Gongcha and delete the 1st order, another expense gets deleted instead.
Steps to reproduce:
Step 1.
find-paid gongcha
Step 2.
delete-paid 1
[original: nus-cs2103-AY1920S1/pe-interim#1575]