Skip to content

Commit

Permalink
Pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GSLabIt committed Jul 14, 2022
1 parent 6430cda commit 1fa35cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out/data/invoice_it_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
~ Copyright 2022 Simone Rubino - TAKOBI
~ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
-->

<odoo>
<data>
<!--
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_out/wizard/efattura.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def _key(tax_id):
out.update(out_computed)
return out

def get_importo(line, discount_field='discount'):
def get_importo(line, discount_field="discount"):
str_number = str(line[discount_field])
number = str_number[::-1].find(".")
if number <= 2:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
~ Copyright 2022 Simone Rubino - TAKOBI
~ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
-->

<odoo>
<data>
<template
Expand Down

0 comments on commit 1fa35cc

Please sign in to comment.