CustomerVendor: im Templatesystem vorhandenes instance_conf verwenden
[kivitendo-erp.git] / templates / webpages / rp / balance_sheet.html
index 1fd8d45..675790d 100644 (file)
@@ -1,8 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
 [%- USE LxERP %]
-<body bgcolor="#ffffff">
-
 <h2 align="center">
 [% company %]
 <br>[% address %]
@@ -83,7 +81,7 @@
   [% FOREACH row = Q %]
   <tr>
     <td></td>
-    <td>[% row.description %]</td>
+    <td>[% row.accno _ ' - ' IF l_accno and row.accno %][% row.description %]</td>
     <td align="right">[% LxERP.format_amount(row.this, decimalplaces) %]</td>
     [%- IF last_period %]
     <td align="right">[% LxERP.format_amount(row.last, decimalplaces) %]</td>