The command:
boobank ing history blabla@ing -f table -s label,amount,date
was bugued, since b770163d9b.
Before to iter the history, boobank uses the get_object method, with fields set to []. The goal is to not use the selected_fields configured by the user.
But the commit b770163d9b added:
"or self.selected_fields"
Since "if []" return false, it cannot works.