mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-10 23:14:48 +00:00
Reformat with pint
This commit is contained in:
@@ -111,9 +111,9 @@ trait GeneratesPdfTrait
|
||||
public function getFieldsArray()
|
||||
{
|
||||
$customer = $this->customer;
|
||||
$shippingAddress = $customer->shippingAddress ?? new Address();
|
||||
$billingAddress = $customer->billingAddress ?? new Address();
|
||||
$companyAddress = $this->company->address ?? new Address();
|
||||
$shippingAddress = $customer->shippingAddress ?? new Address;
|
||||
$billingAddress = $customer->billingAddress ?? new Address;
|
||||
$companyAddress = $this->company->address ?? new Address;
|
||||
|
||||
$fields = [
|
||||
'{SHIPPING_ADDRESS_NAME}' => $shippingAddress->name,
|
||||
|
||||
Reference in New Issue
Block a user