When the "Download PDF" is clicked on the invoice page, the total is not aligned with the note.
This commit is contained in:
parent
e6c029904b
commit
a612a6458e
@ -327,7 +327,7 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
<div class="row mt-4 clearfix">
|
<div class="row mt-4 clearfix">
|
||||||
<div class="col-60">
|
<div class="col-60 float-left">
|
||||||
<div class="text p-index-right break-words">
|
<div class="text p-index-right break-words">
|
||||||
@stack('notes_input_start')
|
@stack('notes_input_start')
|
||||||
@if ($hideNote)
|
@if ($hideNote)
|
||||||
|
@ -300,7 +300,7 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
<div class="row mt-9 clearfix">
|
<div class="row mt-9 clearfix">
|
||||||
<div class="col-60">
|
<div class="col-60 float-left">
|
||||||
<div class="text p-index-left break-words">
|
<div class="text p-index-left break-words">
|
||||||
@stack('notes_input_start')
|
@stack('notes_input_start')
|
||||||
@if ($document->notes)
|
@if ($document->notes)
|
||||||
|
@ -297,7 +297,7 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
<div class="row mt-7 clearfix">
|
<div class="row mt-7 clearfix">
|
||||||
<div class="col-60">
|
<div class="col-60 float-left">
|
||||||
<div class="text p-index-right p-modern break-words">
|
<div class="text p-index-right p-modern break-words">
|
||||||
@stack('notes_input_start')
|
@stack('notes_input_start')
|
||||||
@if ($document->notes)
|
@if ($document->notes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user