Comment 6 for bug 430690

Revision history for this message
Jan Verlaan (jan-verlaan) wrote :

Reverted the patch so I got the original situation, deleted the table manually in postgres and changed _order from _order = "date,name desc" to _order = "id" in account_bank_statement.py line 540
started server with update = all to revert changes in view and table def.

Test result: the statement lines are listed in input sequence, can again sort by column by click on column name. ctrl-r set the default sorting back to input sequence. I think this is what we want, at least I would be happy with this solution.