Skip to content

Commit

Permalink
[8.0.2.0.3][l10n_id_taxform_bukti_potong_pph_common]
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Jul 24, 2017
1 parent 77a601d commit ea8a16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_id_taxform_bukti_potong_pph_common/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Indonesia - Common Feature for Bukti Potong",
"version": "8.0.2.0.2",
"version": "8.0.2.0.3",
"category": "localization",
"website": "https://opensynergy-indonesia.com/",
"author": "OpenSynergy Indonesia",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def _prepare_move_line_data(self, data):
"analytic_account_id": self.analytic_account_id and
self.analytic_account_id.id or False,
"tax_code_id": self.tax_id.base_code_id and
self.tax_id.base_code_id.id and False,
self.tax_id.base_code_id.id or False,
"tax_amount": self.tax_id.tax_sign * float(int(self.amount)),
})
data.append(res)
Expand Down

0 comments on commit ea8a16a

Please sign in to comment.