Lint for Travis

This commit is contained in:
Graeme Gellatly
2019-05-21 18:41:06 +12:00
committed by Miquel Raïch
parent dac344bd04
commit 83cde31664
4 changed files with 15 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ class ActivityStatement(models.AbstractModel):
WHEN (aj.type in ('bank', 'cash'))
THEN 'Payment'
ELSE ''
END as ref,
END as ref,
l.blocked, l.currency_id, l.company_id,
CASE WHEN (l.currency_id is not null AND l.amount_currency > 0.0)
THEN sum(l.amount_currency)