Fix PDF invoice - now depends on php-7.3-ext
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
<!-- info row -->
|
||||
<div class="row invoice-info">
|
||||
<div class="col-sm-4 invoice-col">
|
||||
<div class="col-4 invoice-col">
|
||||
FROM:
|
||||
<address>
|
||||
<strong>{{ $so->site_name }}</strong><br>
|
||||
@@ -38,7 +38,7 @@
|
||||
</address>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-4 invoice-col">
|
||||
<div class="col-4 invoice-col">
|
||||
TO:
|
||||
<address>
|
||||
<strong>{{ $o->account->company }}</strong><br>
|
||||
@@ -51,9 +51,9 @@
|
||||
</address>
|
||||
</div>
|
||||
{{-- col-sm-offset-2 not working here --}}
|
||||
<div class="col-sm-1"></div>
|
||||
<div class="col-1"></div>
|
||||
|
||||
<div class="col-md-3 invoice-col">
|
||||
<div class="col-3 invoice-col">
|
||||
<table class="table table-borderless text-right" style="font-size: 1.1rem;">
|
||||
<tr >
|
||||
<td class="p-0">Account:</td><td class="p-0"><strong>{{ $o->account->account_id }}</strong></td>
|
||||
|
Reference in New Issue
Block a user