small fix in logging

This commit is contained in:
Luc De Meyer
2017-07-26 12:00:32 +02:00
committed by GitHub
parent e55fdd7b13
commit 04a910f7cb

View File

@@ -553,7 +553,7 @@ class IntrastatProductDeclaration(models.Model):
continue
else:
_logger.info(
'Skipping invoice line %s qty %s'
'Skipping invoice line %s qty %s '
'of invoice %s. Reason: no product nor hs_code'
% (inv_line.name, inv_line.quantity, invoice.number))
continue