mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-08 06:14:37 -04:00
Fixes for plain design
This commit is contained in:
parent
ff49f21b58
commit
cf7008a5ab
@ -49,7 +49,9 @@ class GenerateDeliveryNote
|
|||||||
if($design && $design->is_template) {
|
if($design && $design->is_template) {
|
||||||
|
|
||||||
$ts = new TemplateService($design);
|
$ts = new TemplateService($design);
|
||||||
$pdf = $ts->build([
|
|
||||||
|
$pdf = $ts->setCompany($this->invoice->company)
|
||||||
|
->build([
|
||||||
'invoices' => collect([$this->invoice]),
|
'invoices' => collect([$this->invoice]),
|
||||||
])->getPdf();
|
])->getPdf();
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
line-height: var(--line-height);
|
line-height: var(--line-height);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border: 1px solid #000;
|
border: 0px solid #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-ref="table"] {
|
[data-ref="table"] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user