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