Skip to content

Fix : natural search on debit/credit column

Natural search on column debit/credit was not working because of a price2num transformation. This prevented search like "> 1000". Besides, no need to strip the "-" char, the columns debit/credit only displays positive value, so filter will be a positive value.

Merge request reports