Merge pull request #582 from tiwariav/task/4231/hosting_invoice_footer
Task/4231 hosting add company fiscal number on invoice
This commit is contained in:
commit
c598a3d6f7
2 changed files with 5 additions and 1 deletions
|
@ -542,6 +542,10 @@
|
|||
font-size: 11px;
|
||||
}
|
||||
|
||||
.order_detail_footer small {
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
.dashboard-title-thin {
|
||||
font-weight: 300;
|
||||
font-size: 32px;
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
{% else %}
|
||||
<div class="order_detail_footer">
|
||||
<strong>ungleich glarus ag</strong> Bahnhofstrasse 1, 8783 Linthal, Switzerland<br>
|
||||
www.datacenterlight.ch | info@datacenterlight.ch
|
||||
www.datacenterlight.ch | info@datacenterlight.ch | <small>CHE-156.970.649 MWST</small>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue