Skip to content

Commit

Permalink
correção erro travis
Browse files Browse the repository at this point in the history
  • Loading branch information
felipepaloschi committed Jan 2, 2018
1 parent 266e07c commit bddcb7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions br_cnab/wizard/wizard_import_cnab.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ def _create_statement(self, stmt_values, account_number):
account_number)

transaction['unique_import_id'] = (
sanitized_account_number and sanitized_account_number
+ '-' or '') + str(self.journal_id.id) + '-'\
+ transaction['unique_import_id']
sanitized_account_number and sanitized_account_number +
'-' or '') + str(self.journal_id.id) + '-' +\
transaction['unique_import_id']

partner_bank = self.env['res.partner.bank'].search([
('acc_number', '=', sanitized_account_number)],
Expand Down

0 comments on commit bddcb7f

Please sign in to comment.