Comment 4 for bug 1741339

Revision history for this message
Maxime DOYEN (mdoyen) wrote : Re: wish: Search in transactions by amount (+patch)

Hey,

I thougth I did this already.
Thanks for the patch, just made a few necessary changes:
- added LST_DSPOPE_AMOUNT
-and used the native numeric format to ensure people with , as digit to enable search for ,96 for example
hb_strfnum(formatd_buf, G_ASCII_DTOSTR_BUF_SIZE-1, txn->amount, txn->kcur, FALSE);