Module account followup shows invoices with debit and credit equal zero
by
Wyden Silvan
—
last modified
14.06.2010 13:54
Solution: edit file followup_edit.py and an in the where query: ... and not (debit = 0 and credit = 0) ...
