company fiscal number added to hosting invoice footer

This commit is contained in:
Arvind Tiwari 2018-03-09 03:47:18 +05:30
parent 8d53917826
commit eefe9ba940
2 changed files with 5 additions and 1 deletions

View File

@ -542,6 +542,10 @@
font-size: 11px;
}
.order_detail_footer small {
font-size: 8px;
}
.dashboard-title-thin {
font-weight: 300;
font-size: 32px;

View File

@ -156,7 +156,7 @@
{% else %}
<div class="order_detail_footer">
<strong>ungleich glarus ag</strong>&nbsp;&nbsp;Bahnhofstrasse 1, 8783 Linthal, Switzerland<br>
www.datacenterlight.ch&nbsp;&nbsp;|&nbsp;&nbsp;info@datacenterlight.ch
www.datacenterlight.ch&nbsp;&nbsp;|&nbsp;&nbsp;info@datacenterlight.ch&nbsp;&nbsp;|&nbsp;&nbsp;<small>CHE-156.970.649 MWST</small>
</div>
{% endif %}
{% endif %}