Bladeren bron

Impresión de pagaré cuota fácil con codeudor.

Sebas 6 jaren geleden
bovenliggende
commit
c62cce4a7f
2 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  1. 1 1
      models.py
  2. 3 1
      static/src/js/main.js

+ 1 - 1
models.py

@@ -20,7 +20,7 @@ class AccountInvoice(models.Model):
                 'user_name': invoice.user_id.name,
                 'amount_untaxed': invoice.amount_untaxed,
                 'amount_tax': invoice.amount_untaxed,
-                'amount_total': invoice.amount_untaxed,
+                'amount_total': invoice.amount_total,
 				'create_date': invoice.create_date,
                 # PARTNER INFO
 				'partner_id':[{

File diff suppressed because it is too large
+ 3 - 1
static/src/js/main.js


Some files were not shown because too many files changed in this diff