Closed riceissa closed 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.
This also fixes a bug in the hover-over implementation for the original currency info (in the amount column).
For #134.