Lint for Travis
This commit is contained in:
committed by
Miquel Raïch
parent
dac344bd04
commit
83cde31664
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user