diff --git a/wizard/f1357.py b/wizard/f1357.py index e166b66c1832748af84e01b96badf12a1ce1d2d6..9e27a939f18c7125ac8c9efdcae1a1f2fb93d8a8 100644 --- a/wizard/f1357.py +++ b/wizard/f1357.py @@ -643,7 +643,6 @@ class ExportF1357(models.TransientModel): 'comp_analog': comp_analog, 'qty_comp_analog': qty_comp_analog, - #record_5 'non_taxable_profit': non_taxable_profit, 'special_deduc': special_deduc, @@ -656,7 +655,7 @@ class ExportF1357(models.TransientModel): 'rem_art46': rem_art46, 'ded_a46a': ded_a46a, 'ded_a46c': ded_a46c, - 'rem_taxable': rem_taxable, + 'rem_taxable': taxed_rem - total_general_deduct - total_d_art30, 'children_incap_qty': (children_incap_qty / 1000), 'children_incap': children_incap, 'ded_esp_primera_art_30': ded_esp_primera_art_30,