Auftrags-Controller: Einkaufspreis in zweiter Zeile
[kivitendo-erp.git] / templates / webpages / bank_transactions / invoices.html
index 3249dcf..dfa1b6f 100644 (file)
@@ -5,7 +5,7 @@
   <div id="[% bt_id %].[% invoice.id %]">
     [% L.hidden_tag('invoice_ids.' _ bt_id _'[]', invoice.id) %]
     [% 'Invno.' | $T8 %]: [% invoice.invnumber %]
-    [% 'Amount' | $T8 %]: [% LxERP.format_amount(invoice.amount_open, 2) %]
+    [% 'Open amount' | $T8 %]: [% LxERP.format_amount(invoice.open_amount, 2) %]
     <a href=# onclick="delete_invoice([% bt_id %], [% invoice.id %])">x</a>
   </div>
 [% END %]