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:
Arvind Tiwari 2018-03-09 03:57:34 +05:30 committed by GitHub
commit c598a3d6f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 %}