[erp5_bank_reconciliaton] Fix TALES expression to not return a bool
>>> True and [(1,2)] [(1, 2)] >>> False and [(1,2)] False >>> [] and [(1,2)] []
Showing
Please register or sign in to comment
>>> True and [(1,2)] [(1, 2)] >>> False and [(1,2)] False >>> [] and [(1,2)] []