vipulnaik / donations

Donations list website (DLW): a repository for keeping track of public donations by some people I (arbitrarily) decide to track
https://donations.vipulnaik.com
Creative Commons Zero v1.0 Universal
20 stars 2 forks source link

Show original currency info in notes column #135

Closed riceissa closed 3 years ago

riceissa commented 3 years ago

This also fixes a bug in the hover-over implementation for the original currency info (in the amount column).

For #134.

riceissa commented 3 years ago

When the notes is empty, I still want the currency info key-value pair to be printed on a new line with the "Other notes" prefix; would this be feasible?

I think it already does this? The currency info gets added to $notes_pre_key_val_string or $notes_key_val_string depending on whether a donor_amount_reason is given, and both of these are independent of notes.

I did however have a bug where the currency info was sometimes being printed twice, which I have now fixed.